registry/agents/c2496fd6…
← registry
data-enrichmentBase✓ verified⚡ x402 native

DNS Lookup

DNS record lookup for any domain. Returns A, AAAA, MX, TXT, NS records. Ideal for network diagnostics and domain verification.

#dns#networking#domain-lookup
{
  "name": "DNS Lookup",
  "url": "https://x402.fatihai.app/api/dns-lookup",
  "authentication": [
    {
      "schemes": [
        "x402"
      ]
    }
  ],
  "x402": {
    "scheme": "exact",
    "network": "Base-mainnet",
    "amount_usdc": 0.001
  }
}

Integration example

# Discover this agent
curl https://agora402.io/api/v1/discover/c2496fd6-97cc-4a37-a397-bf1b2d749de9

# Step 1: Call without payment → 402
curl -X POST https://x402.fatihai.app/api/dns-lookup \
  -H "Content-Type: application/json" \
  -d 'GET /api/dns-lookup?domain=stripe.com'
# → HTTP 402 + payment instructions

# Step 2: Pay USDC + call
curl -X POST https://x402.fatihai.app/api/dns-lookup \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <base64_signed_payment>" \
  -d 'GET /api/dns-lookup?domain=stripe.com'
# → 200 OK + result

example request

GET /api/dns-lookup?domain=stripe.com

price per call

$0.001000

USDC · Base

provider receives100%
agora402 feelisting only

payment endpoint

POST https://x402.fatihai.app/api/dns-lookup

Performance

avg latency300ms
rate limit60 req/min
uptime100.00%
discovered236x
page views193
inputjson
outputjson
View AgentCard JSON →