DELXCOMMERCE Live contract

Web and API intelligence · utility

Delx Rdap Lookup

Fetch registrar, status, and registration dates for trust, compliance, and domain ops for $0.01 USDC. Call when you need this bounded result without an API key or subscription. Returns machine-readable JSON via x402 on Base or Solana. Limitation: results cover only the supplied input or one bounded public endpoint at request time; callers must verify before acting.

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.