InputPOST /api/v1/x402/dns-lookup
{
"domain": "example.com",
"record_type": "A"
}
Web and API intelligence · utility
Resolve DNS records for domain, routing, and delivery checks (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/dns-lookup -m POST -H 'x-delx-source: product-page' --max-amount 0.01 -b '{"domain":"example.com","record_type":"A"}'
{
"domain": "example.com",
"record_type": "A"
}
{
"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