{
  "x402Version": 2,
  "id": 7270,
  "slug": "7270",
  "resource": "https://toolvend.dev/dns",
  "description": "DNS lookup over DoH. Common record types (A, AAAA, MX, TXT, NS, CAA, ...) as clean JSON.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "payTo": "FSnwAPTNNSxqnR8MtuNrtwLkyYusZ4hncp684HxYpdLb",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "amount": "5000",
      "maxTimeoutSeconds": 120
    },
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x55ae5d177cdc9493391a632794fd048e8dba4e20",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "5000",
      "maxTimeoutSeconds": 120
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "name": "example.com",
            "type": "MX"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "answers": [
              {
                "data": "10 mail.example.com.",
                "name": "example.com",
                "ttl": 300,
                "type": "MX"
              }
            ],
            "name": "example.com",
            "type": "MX"
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET"
                ],
                "type": "string"
              },
              "queryParams": {
                "properties": {
                  "name": {
                    "description": "DNS name to resolve",
                    "maxLength": 253,
                    "minLength": 1,
                    "type": "string"
                  },
                  "type": {
                    "description": "Record type, default A",
                    "enum": [
                      "A",
                      "AAAA",
                      "CNAME",
                      "MX",
                      "NS",
                      "TXT",
                      "SOA",
                      "SRV",
                      "CAA",
                      "DS",
                      "DNSKEY",
                      "TLSA",
                      "HTTPS"
                    ],
                    "type": "string"
                  }
                },
                "required": [
                  "name"
                ],
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "toolvend.dev",
  "lastUpdated": "2026-09-07T16:07:02.337Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-07T16:07:02.128Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "toolvend.dev",
    "manifest_name": "toolvend.dev",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}