DELXCOMMERCE Live contract

Web and API intelligence · utility

Delx Dns Lookup

Resolve DNS records for domain, routing, and delivery checks (x402)

x402utilitydnsinfralookup

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/dns-lookup -m POST -H 'x-delx-source: product-page' --max-amount 0.01 -b '{"domain":"example.com","record_type":"A"}'
InputPOST /api/v1/x402/dns-lookup
{
  "domain": "example.com",
  "record_type": "A"
}
Delivered resultapplication/json
{
  "tool_name": "util_dns_lookup",
  "result": {
    "domain": "example.com",
    "record_type": "A",
    "answers": [
      {
        "name": "example.com.",
        "type": "A",
        "ttl": 300,
        "data": "93.184.216.34"
      }
    ],
    "answer_count": 1
  }
}

Machine-readable evidence

Inspect before paying.