$0.0025
per call · USD Coin on Base
Domain RDAP lookup — registrar, creation and expiry dates, nameservers and status for any domain; modern WHOIS API. Deterministic on-chain execution by the AmanChain node — live consensus state, real blocks, pools and balances. Pay per call via x402 (USDC on Base), no account, no API key. POST JSON {"serviceId":"aman-domain-info","request":"<input>"}.
Endpoint
POST https://amanchain-relay.gitajhd.workers.dev/api/x402/aman-domain-info10
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://amanchain-relay.gitajhd.workers.dev/api/x402/aman-domain-info", {
method: "POST",
headers: { "Content-Type": "application/json" },
body: JSON.stringify({
"request": "example.com",
"serviceId": "aman-domain-info"
}),
});
const data = await res.json();curl -X POST \
"https://amanchain-relay.gitajhd.workers.dev/api/x402/aman-domain-info" \
-H "Content-Type: application/json" \
-d '{"request":"example.com","serviceId":"aman-domain-info"}' \
-H "X-PAYMENT: <signed x402 payment>"Example response
{
"created": "1995-08-14",
"domain": "example.com",
"expires": "2027-08-13",
"nameservers": [
"a.iana-servers.net"
],
"ok": true,
"registrar": "…",
"status": [
"client transfer prohibited"
]
}Payment details
0xfb5625d44be488414606773244f0de35410b2f39USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Data & Enrichment and the homepage with a featured placement.
More from Domain RDAP Lookup & similar services
Oneshotagent · Verify Email
win.oneshotagent.com
Email deliverability verification
Oneshotagent · Enrich Email
win.oneshotagent.com
Email enrichment and validation
Strale · Email Validate
api.strale.io
Validate an email address: RFC 5322 syntax, MX records, 5,361 disposable domain detection, role-based address detection (35 patterns), free provider detection, and typo suggestion for common providers (gmial.com ? gmail.com). Returns deliverability assess…