{
  "x402Version": 2,
  "id": 7803,
  "slug": "7803",
  "resource": "https://loonie-toll.onrender.com/domain",
  "description": "Is this domain safe to trust? PASS / CAUTION / BLOCK from domain age, for-sale name servers, DNS, HTTPS and email auth.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0xb531320805C5BED1D46AEaDcF4F008FDF172DBDa",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "20000",
      "maxTimeoutSeconds": 300
    },
    {
      "scheme": "exact",
      "network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
      "payTo": "DUPiupXtuox38dcGoXUKer5mAydCzmaHjrbQ66qeEm8s",
      "asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
      "amount": "20000",
      "maxTimeoutSeconds": 300
    },
    {
      "scheme": "exact",
      "network": "eip155:137",
      "payTo": "0xb531320805C5BED1D46AEaDcF4F008FDF172DBDa",
      "asset": "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359",
      "amount": "20000",
      "maxTimeoutSeconds": 300
    },
    {
      "scheme": "exact",
      "network": "eip155:42161",
      "payTo": "0xb531320805C5BED1D46AEaDcF4F008FDF172DBDa",
      "asset": "0xaf88d065e77c8cC2239327C5EDb3A432268e5831",
      "amount": "20000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "name": "example.com"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "disclaimer": "Advisory screening only, provided as is without warranty of accuracy or completeness. A PASS is not proof a site is safe and a BLOCK is not proof of fraud. Registration data comes from registry RDAP s…",
            "dns": {
              "a": true,
              "dmarcPolicy": "reject",
              "mx": true,
              "ns": [
                "elliott.ns.cloudflare.com",
                "hera.ns.cloudflare.com"
              ],
              "spf": "v=spf1 -all"
            },
            "domain": "example.com",
            "https": {
              "daysLeft": 41,
              "error": null,
              "hostnameMatch": true,
              "issuer": "SSL Corporation",
              "ok": true
            },
            "reasons": [
              "Established registration, resolving, valid HTTPS, and email authentication in place."
            ],
            "registrableDomain": "example.com",
            "registration": {
              "createdAt": "1995-08-14T04:00:00Z",
              "expiresAt": "2027-08-13T04:00:00Z",
              "lastChanged": "2026-08-14T08:01:43Z",
              "registrar": "RESERVED-Internet Assigned Numbers Authority",
              "status": [
                "client delete prohibited",
                "client transfer prohibited",
                "…1 more"
              ]
            },
            "retrievedAt": "2026-09-16T20:25:50.063Z",
            "score": 100,
            "sources": [
              "RDAP (IANA bootstrap to the registry)",
              "DNS",
              "…1 more"
            ],
            "verdict": "PASS"
          },
          "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": "Domain, URL or email address, e.g. example.com",
                    "type": "string"
                  }
                },
                "required": [
                  "name"
                ],
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "properties": {
                  "disclaimer": {
                    "type": "string"
                  },
                  "dns": {
                    "properties": {
                      "a": {
                        "type": "boolean"
                      },
                      "dmarcPolicy": {
                        "type": "string"
                      },
                      "mx": {
                        "type": "boolean"
                      },
                      "ns": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array"
                      },
                      "spf": {
                        "type": "string"
                      }
                    },
                    "type": "object"
                  },
                  "domain": {
                    "type": "string"
                  },
                  "https": {
                    "properties": {
                      "daysLeft": {
                        "type": "integer"
                      },
                      "error": {
                        "type": "null"
                      },
                      "hostnameMatch": {
                        "type": "boolean"
                      },
                      "issuer": {
                        "type": "string"
                      },
                      "ok": {
                        "type": "boolean"
                      }
                    },
                    "type": "object"
                  },
                  "reasons": {
                    "items": {
                      "type": "string"
                    },
                    "type": "array"
                  },
                  "registrableDomain": {
                    "type": "string"
                  },
                  "registration": {
                    "properties": {
                      "createdAt": {
                        "type": "string"
                      },
                      "expiresAt": {
                        "type": "string"
                      },
                      "lastChanged": {
                        "type": "string"
                      },
                      "registrar": {
                        "type": "string"
                      },
                      "status": {
                        "items": {
                          "type": "string"
                        },
                        "type": "array"
                      }
                    },
                    "type": "object"
                  },
                  "retrievedAt": {
                    "type": "string"
                  },
                  "score": {
                    "type": "integer"
                  },
                  "sources": {
                    "items": {
                      "type": "string"
                    },
                    "type": "array"
                  },
                  "verdict": {
                    "type": "string"
                  }
                },
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "loonie-toll.onrender.com",
  "lastUpdated": "2026-09-17T01:04:42.148Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-17T01:04:41.88Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "loonie-toll.onrender.com",
    "manifest_name": "loonie-toll.onrender.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"
  }
}