Is this domain safe to trust? PASS / CAUTION / BLOCK from domain age, for-sale name server
Is this domain safe to trust? PASS / CAUTION / BLOCK from domain age, for-sale name servers, DNS, HTTPS and email auth.
20000 (raw units)
price
1
calls / 30d
1
unique payers
2026-09-17
updated
Provider
loonie-toll.onrender.com · discovered, not yet claimed by its owner
Payment (x402 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
}
]Output schema
{
"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"
}
}
}Use it
curl
curl "https://loonie-toll.onrender.com/domain" # -> 402 Payment Required, accepts[] lists how to pay # retry with a PAYMENT-SIGNATURE (or PAYMENT header) once paid
JavaScript
const res = await fetch("https://loonie-toll.onrender.com/domain");
if (res.status === 402) {
const { accepts } = await res.json();
// pay one of accepts[] via an x402 client, then retry with the payment header
}Python
import httpx
res = httpx.get("https://loonie-toll.onrender.com/domain")
if res.status_code == 402:
accepts = res.json()["accepts"]
# pay one of accepts[] via an x402 client, then retry with the payment headerMachine-readable
Everything on this page is also available as clean JSON at /resources/7803.json, and this resource appears in /discovery/resources and /discovery/search.