DELXCOMMERCE Live contract

Web and API intelligence · utility

Delx Rdap Lookup

Fetch registrar, status, and registration dates for trust and domain ops (x402)

x402utilityrdapdomaintrust

One-command purchase

Run it from an agent.

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"}'
InputPOST /api/v1/x402/rdap-lookup
{
  "domain": "example.com"
}
Delivered resultapplication/json
{
  "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

Inspect before paying.