InputPOST /api/v1/x402/rdap-lookup
{
"domain": "example.com"
}
Web and API intelligence · utility
Fetch registrar, status, and registration dates for trust and domain ops (x402)
One-command purchase
No account or API key. AgentCash reads the 402 challenge, pays no more than the declared cap, retries the request and returns the result.
npx agentcash@latest fetch https://api.delx.ai/api/v1/x402/rdap-lookup -m POST -H 'x-delx-source: product-page' --max-amount 0.01 -b '{"domain":"example.com"}'
{
"domain": "example.com"
}
{
"tool_name": "util_rdap_lookup",
"result": {
"domain": "example.com",
"handle": "EXAMPLE1-EXAMPLE",
"statuses": [
"active"
],
"registrar": "Example Registrar",
"registered_at": "2020-01-01T00:00:00Z",
"expires_at": "2030-01-01T00:00:00Z"
}
}
Machine-readable evidence