Anokha Web Tools

GET /v1/dns

DNS lookup for a domain: A, AAAA, MX, TXT, NS, CNAME, CAA records (SPF/DMARC included via TXT).

Price: $0.001 per call, paid in USDC on Base via x402. No API key or signup.

Example call

npx x402-fetch "https://tools.anokha.space/v1/dns?domain=example.com"

Example response

{
  "domain": "example.com",
  "records": {
    "A": [
      "93.184.215.14"
    ],
    "MX": [],
    "TXT": []
  },
  "dmarc": null
}

How payment works

The first request returns HTTP 402 with a PAYMENT-REQUIRED header. An x402 client signs a USDC authorization and retries with a PAYMENT-SIGNATURE header. You are charged only when the call succeeds.