DNS Lookup API
POST tools.ipintel.ai/dns-lookup
Why an agent can trust this route.
Sonar evidence is advisory. Paid delivery is shown as verified only when paid probes are available; otherwise route estimates use the unpaid handshake as a clearly labeled proxy.
Observed outcomes
DNS Lookup API. Resolve domain DNS records and receive structured JSON with A, AAAA, MX, NS, TXT, CAA, and SOA records. Useful for agents, developers, domain diagnostics, email setup checks, DNS troubleshooting, and infrastructure investigation. Paid per call via x402.
Resource: tools.ipintel.ai/dns-lookup
Network: eip155:8453 · Asset: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 · Pay to: 0x0550779CFBc832657A8BB46BAC9f359A5ad038B8
Payment methods: — · Last validation: —
{
"input": {
"body": {
"types": [
"A",
"MX",
"NS",
"TXT"
],
"domain": "example.com"
},
"type": "http",
"method": "POST",
"bodyType": "json"
},
"output": {
"type": "json",
"example": {
"ok": true,
"types": [
"A",
"MX",
"NS",
"TXT"
],
"domain": "example.com",
"records": {
"A": [
"93.184.216.34"
],
"MX": [
{
"host": "mail.example.com",
"priority": 10
}
],
"NS": [
"a.iana-servers.net",
"b.iana-servers.net"
],
"TXT": [
"v=spf1 -all"
]
},
"service": "dns_lookup",
"timestamp": "2026-06-22T18:15:01+00:00"
}
},
"paymentRequirements": [
{
"raw": {
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x0550779CFBc832657A8BB46BAC9f359A5ad038B8",
"amount": "1000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"payTo": "0x0550779CFBc832657A8BB46BAC9f359A5ad038B8",
"scheme": "exact",
"network": "eip155:8453",
"amountAtomic": "1000"
}
]
}Source catalog records are retained separately from live endpoint observations. Sonar score, uptime, and latency are advisory metrics. CDP indexing is not inferred from validation.