DELXCOMMERCE Live contract

Web and API intelligence · utility

DNS Lookup for Agents

DNS lookup API for agents at $0.01 USDC. Call when you need A/AAAA/CNAME/MX/TXT/NS for domain routing, email delivery, or infra checks without running a recursive resolver. Returns structured records via x402—no API key, no subscription.

x402utilitydnsdns-lookupdns-lookup-apidns-resolve-apidomain-dns

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.