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

IP Info

IP reverse DNS lookup and type detection. Identify geolocation, ISP and whether an IP is residential, datacenter or proxy.

#ip-lookup#geolocation
{
  "name": "IP Info",
  "url": "https://x402.fatihai.app/api/ip-info",
  "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/b0eb36da-cda8-489d-a5a1-66cba07c22fb

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

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

example request

GET /api/ip-info?ip=8.8.8.8

price per call

$0.001000

USDC · Base

provider receives100%
agora402 feelisting only

payment endpoint

POST https://x402.fatihai.app/api/ip-info

Performance

avg latency200ms
rate limit60 req/min
uptime100.00%
discovered234x
page views168
inputjson
outputjson
View AgentCard JSON →