$0.005
per call · USD Coin on Base
DNSSEC health check: reports whether a domain is DNSSEC-signed (DNSKEY), has a DS record at the parent, and whether the resolver authenticated the answer, with advisory warnings.
Endpoint
GET https://dns.use.x402atlas.com/dnssec3
Calls / 30d
2
Unique payers / 30d
Sep 9
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://dns.use.x402atlas.com/dnssec", {
method: "GET",
});
const data = await res.json();curl -X GET \
"https://dns.use.x402atlas.com/dnssec?domain=example.com" \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"authenticated": true,
"dnssec_enabled": true,
"domain": "cloudflare.com",
"has_ds": true,
"queried_at": "2026-06-05T12:00:00Z",
"warnings": []
}Payment details
0x446e51deab3ae656c99e65369e8ef1148d23d7f7USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Other and the homepage with a featured placement.
More from DNS & WHOIS Domain Lookup & similar services
DNS & WHOIS Domain Lookup · Whois
dns.use.x402atlas.com
WHOIS domain lookup — raw registry text with registrar, nameservers, lifecycle dates and status, plus the responding server. Use the RDAP endpoint when you need parsed structured data.
DNS & WHOIS Domain Lookup · MX
dns.use.x402atlas.com
DNS MX record lookup — a domain's mail servers with their hostnames and priorities as structured JSON, for email routing, deliverability diagnostics and mail-provider detection.
DNS & WHOIS Domain Lookup · Rdap
dns.use.x402atlas.com
RDAP domain registration lookup: structured registrar, creation/updated/expiry dates, status, nameservers and a computed domain age. A parsed, snake_case JSON alternative to raw WHOIS text.