{
  "x402Version": 2,
  "id": 821,
  "slug": "821",
  "resource": "https://keyronne.com/api/dns",
  "description": "Resolve DNS records over DNS-over-HTTPS: A, AAAA, MX, TXT, NS, CNAME, SOA, CAA, SRV, PTR and more. Returns parsed answers with TTLs and the response status. Built for agents checking mail routing, domain config, or propagation. POST a JSON body like: {\"name\":\"example.com\",\"type\":\"MX\"}",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xB86F95EF5FA904318Ea9Df3b59AdCe099b478fC4",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "2000",
      "maxTimeoutSeconds": 60
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "name": "example.com",
            "type": "MX"
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "answerCount": 1,
            "answers": [
              {
                "data": "10 mail.example.com.",
                "name": "example.com",
                "ttl": 3600,
                "type": "MX"
              }
            ],
            "query": {
              "name": "example.com",
              "type": "MX"
            },
            "status": "NOERROR"
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "properties": {
              "body": {
                "properties": {
                  "name": {
                    "description": "Domain to look up, e.g. \"example.com\".",
                    "type": "string"
                  },
                  "type": {
                    "default": "A",
                    "enum": [
                      "A",
                      "AAAA",
                      "MX",
                      "TXT",
                      "NS",
                      "CNAME",
                      "SOA",
                      "PTR",
                      "SRV",
                      "CAA",
                      "DS",
                      "DNSKEY",
                      "HTTPS"
                    ],
                    "type": "string"
                  }
                },
                "required": [
                  "name"
                ],
                "type": "object"
              },
              "bodyType": {
                "enum": [
                  "json"
                ],
                "type": "string"
              },
              "method": {
                "enum": [
                  "POST"
                ],
                "type": "string"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "type": "object"
          },
          "output": {
            "properties": {
              "answerCount": {
                "type": "integer"
              },
              "answers": {
                "items": {
                  "properties": {
                    "data": {
                      "type": "string"
                    },
                    "name": {
                      "type": "string"
                    },
                    "ttl": {
                      "type": "integer"
                    },
                    "type": {
                      "type": "string"
                    }
                  },
                  "type": "object"
                },
                "type": "array"
              },
              "status": {
                "type": "string"
              }
            },
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "keyronne.com",
  "lastUpdated": "2026-08-28T10:44:12.115Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-08-28T10:44:11.895Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "keyronne.com",
    "manifest_name": "keyronne.com",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}