C

cloudPulsePoint · Check Domain

by cloudPulsePoint

POSTBase

$0.03

per call · USD Coin on Base

Look up the domain's registration expiry via WHOIS and report the expiry date and days remaining. Use to catch domains about to lapse before they drop and take DNS/email/site down with them.

Endpoint

POST https://x402.cloudpulsepoint.com/agent/check/domain

29

Calls / 30d

1

Unique payers / 30d

Sep 10

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://x402.cloudpulsepoint.com/agent/check/domain", {
  method: "POST",
  headers: { "Content-Type": "application/json" },
  body: JSON.stringify({
    "url": "https://example.com"
  }),
});
const data = await res.json();
cURL
curl -X POST \
  "https://x402.cloudpulsepoint.com/agent/check/domain" \
  -H "Content-Type: application/json" \
  -d '{"url":"https://example.com"}' \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "check": "domain",
  "network": "eip155:8453",
  "result": {
    "daysUntilExpiry": 384,
    "error": null,
    "expiresAt": "2027-08-13T04:00:00.000Z",
    "status": "UP",
    "url": "https://example.com/",
    "warning": null
  }
}

Payment details

Pay to0x05a877ef93e7818828d199e2df0028bca3c75bf0
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of AI & Inference and the homepage with a featured placement.

Get featured →

More from cloudPulsePoint & similar services