{
  "x402Version": 2,
  "id": 3947,
  "slug": "3947",
  "resource": "https://data.greeneris.io/v1/domain/dns",
  "description": "Live DNS records resolved via Cloudflare 1.1.1.1 DNS-over-HTTPS (public facts, real time). Query: ?name=anthropic.com&type=MX (type in A|AAAA|MX|TXT|NS|CNAME, default MX). Or ?name=anthropic.com&check=email -> combined MX + SPF + DMARC with an email_ready boolean, useful before emailing or invoicing a contact. JSON with records list; 5 min cache.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x6ab8efe305cce67daa48c97bde29c04402822dff",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "2000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "name": "anthropic.com",
            "type": "MX"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "domain": "anthropic.com",
            "record_count": 1,
            "records": [
              {
                "data": "1 aspmx.l.google.com.",
                "name": "anthropic.com",
                "ttl": 1800
              }
            ],
            "source": "Cloudflare 1.1.1.1 DNS-over-HTTPS (live resolution)",
            "type": "MX"
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET",
                  "HEAD",
                  "DELETE"
                ],
                "type": "string"
              },
              "queryParams": {
                "properties": {
                  "check": {
                    "description": "check=email returns combined MX + SPF + DMARC instead of raw records",
                    "enum": [
                      "email"
                    ],
                    "type": "string"
                  },
                  "name": {
                    "description": "Domain to resolve, e.g. anthropic.com",
                    "type": "string"
                  },
                  "type": {
                    "default": "MX",
                    "description": "DNS record type",
                    "enum": [
                      "A",
                      "AAAA",
                      "MX",
                      "TXT",
                      "NS",
                      "CNAME"
                    ],
                    "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": "data.greeneris.io",
  "lastUpdated": "2026-08-27T15:16:06.248Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-08-27T15:16:06.014Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "data.greeneris.io",
    "manifest_name": "data.greeneris.io",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}