$0.03
per call · USD Coin on Base
Resolve the site's IP and check it against 15 major DNSBL spam/abuse blacklists. Use before sending mail from, or trusting, a host. WARN = listed on 1–2 lists; DOWN = listed on 3 or more.
Endpoint
POST https://x402.cloudpulsepoint.com/agent/check/blacklist26
Calls / 30d
1
Unique payers / 30d
Sep 10
Last called
exact
Payment scheme
Call this service
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/blacklist", {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({
"url": "https://example.com"
}),
});
const data = await res.json();curl -X POST \
"https://x402.cloudpulsepoint.com/agent/check/blacklist" \
-H "Content-Type: application/json" \
-d '{"url":"https://example.com"}' \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"check": "blacklist",
"network": "eip155:8453",
"result": {
"error": null,
"listedCount": 0,
"listedTotal": 15,
"sources": null,
"status": "UP",
"url": "https://example.com/",
"warning": null
}
}Payment details
0x05a877ef93e7818828d199e2df0028bca3c75bf0USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Data & Enrichment and the homepage with a featured placement.
More from cloudPulsePoint & similar services
cloudPulsePoint · Check Http
x402.cloudpulsepoint.com
Fetch a URL and report whether it is reachable, the HTTP status code, and the response time in milliseconds. A fast liveness/uptime probe — run it before relying on a site or as a cheap health signal.
cloudPulsePoint · Check Domain
x402.cloudpulsepoint.com
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.
cloudPulsePoint · Check DNS
x402.cloudpulsepoint.com
Resolve a DNS record (A by default) for the host and return the values. Use to confirm a domain resolves and to detect missing or misconfigured records.