{
  "x402Version": 2,
  "id": 5889,
  "slug": "5889",
  "resource": "https://402utils.com/v1/domain-check",
  "description": "Domain availability and expiry intelligence via RDAP, the WHOIS successor. Queries the authoritative registry for any RDAP-enabled TLD: free domains return registered:false, taken ones return registrar, creation and expiry dates, nameservers and EPP status codes. TLDs without RDAP coverage return supported:false. Built for agents that buy, monitor or vet domains.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xc55A2D530b53CBaD1001e4AfD4720B7E71f9C291",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "2000",
      "maxTimeoutSeconds": 60
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "domain": "example.com"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "createdAt": "1995-08-14T04:00:00Z",
            "domain": "example.com",
            "expiresAt": "2026-08-13T04:00:00Z",
            "nameservers": [
              "a.iana-servers.net",
              "b.iana-servers.net"
            ],
            "registered": true,
            "registrar": "RESERVED-Internet Assigned Numbers Authority",
            "status": [
              "client delete prohibited",
              "client transfer prohibited",
              "client update prohibited"
            ],
            "supported": true
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET"
                ],
                "type": "string"
              },
              "queryParams": {
                "description": "Query string only.",
                "properties": {
                  "domain": {
                    "description": "Domain to look up, e.g. example.com. LDH/punycode form; no scheme, path or IP (required).",
                    "type": "string"
                  }
                },
                "required": [
                  "domain"
                ],
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "properties": {
                  "createdAt": {
                    "format": "date-time",
                    "type": "string"
                  },
                  "domain": {
                    "type": "string"
                  },
                  "expiresAt": {
                    "format": "date-time",
                    "type": "string"
                  },
                  "nameservers": {
                    "items": {
                      "type": "string"
                    },
                    "type": "array"
                  },
                  "registered": {
                    "description": "Absent when supported=false.",
                    "type": "boolean"
                  },
                  "registrar": {
                    "type": "string"
                  },
                  "status": {
                    "description": "EPP status codes as reported by the registry.",
                    "items": {
                      "type": "string"
                    },
                    "type": "array"
                  },
                  "supported": {
                    "description": "False when the TLD publishes no RDAP service (many ccTLDs).",
                    "type": "boolean"
                  }
                },
                "required": [
                  "domain",
                  "supported"
                ],
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "402utils.com",
  "lastUpdated": "2026-09-09T16:24:06.404Z",
  "quality": {
    "calls30d": 104,
    "uniquePayers30d": 5,
    "lastCalledAt": "2026-09-09T16:24:03.721Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "402utils.com",
    "manifest_name": "402utils.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"
  }
}