{"api":"v1","generated_at":"2026-09-16T00:45:22.840Z","licence":{"name":"CC BY 4.0","url":"https://creativecommons.org/licenses/by/4.0/","attribution":"TOLL, with a link to the page cited"},"page":"https://tollindex.com/e/gateway-stride20k-com-email-validate-email-fd3ec7","pinned_page":"https://tollindex.com/e/gateway-stride20k-com-email-validate-email-fd3ec7/at/2026-09-15T21-20Z","pinned":false,"method":"https://tollindex.com/ledger/method","snapshot_at":"2026-09-15T21:20:12.737Z","snapshot_stamp":"2026-09-15T21-20Z","endpoint":{"slug":"gateway-stride20k-com-email-validate-email-fd3ec7","canonical_url":"https://gateway.stride20k.com/email/validate/:email","resource":"https://gateway.stride20k.com/email/validate/:email","http_method":"GET","type":"http","x402_version":2,"registries":["cdp"],"primary_registry":"cdp","curated_by_coinbase":false,"description":"Email validation API: RFC-style syntax check plus live MX-record lookup (with RFC 5321 A-record fallback) over DNS-over-HTTPS — no third-party service, nothing stored. Returns parsed domain, sorted MX hosts, and a 'deliverable' flag meaning DNS will accept mail for the domain — it does NOT verify the mailbox exists. Use for lead cleaning, signup validation, and contact verification by agents. Cached up to 1 hour per address.","service_name":"Stride20k","declared_category":null,"declared_tags":["email"],"route_template":"/email/validate/:email","registry_updated":"2026-08-20T13:20:12.547Z"},"derived":{"note":"fields no registry supplies; TOLL derives them and marks them derived on the page","title":"email validate","category":"communications","first_observed_by_toll":"2026-09-10T19:08:24.178Z","last_observed_by_toll":"2026-09-15T21:20:12.737Z","observation_began":"2026-09-10"},"presence":{"listed_now":true,"first_absent_at":null,"delisting_confirmed_at":null,"events":[{"registry":"cdp","at":"2026-09-10T19:08:24.178Z","event":"listed"}]},"accepts":[{"registry":"cdp","ordinal":0,"network":"eip155:8453","asset":"0x833589fcd6edb6e08f4c7c32d4f71b54bda02913","asset_name":"USD Coin","symbol":"USDC","decimals":6,"amount_display":"0.005 USDC","amount_units":0.005,"decimals_known":true,"pay_to":"0xAbe512E06dddC82581d2E5a19Ab594E778490441","scheme":"exact"}],"counters":{"observed_at":"2026-09-15T21:20:12.737Z","calls_30d":1,"unique_payers_30d":1,"last_called_at":"2026-08-20T13:20:12.148Z"},"validation":{"latest":{"observed_at":"2026-09-15T07:08:33.459Z","state":"fail","failed_checks":["returns_402"],"endpoint_http_status":400,"run_id":"daily-2026-09-15"},"uptime":[{"days":7,"observed":5,"passed":0,"ratio":0},{"days":30,"observed":5,"passed":0,"ratio":0},{"days":90,"observed":5,"passed":0,"ratio":0}],"history_90d":[{"observed_at":"2026-09-15T07:08:33.459Z","state":"fail","failed_checks":["returns_402"],"run_id":"daily-2026-09-15","state_changed":false},{"observed_at":"2026-09-14T06:34:29.944Z","state":"fail","failed_checks":["returns_402"],"run_id":"daily-2026-09-14","state_changed":false},{"observed_at":"2026-09-13T06:23:28.614Z","state":"fail","failed_checks":["returns_402"],"run_id":"daily-2026-09-13","state_changed":false},{"observed_at":"2026-09-12T13:56:48.037Z","state":"fail","failed_checks":["returns_402"],"run_id":"daily-2026-09-12","state_changed":false},{"observed_at":"2026-09-11T14:53:43.082Z","state":"fail","failed_checks":["returns_402"],"run_id":"daily-2026-09-11","state_changed":true}]},"seller":{"wallet":"0xAbe512E06dddC82581d2E5a19Ab594E778490441","page":"https://tollindex.com/seller/0xAbe512E06dddC82581d2E5a19Ab594E778490441","endpoints":2,"hosts":1},"reports":0,"registry_record":{"cdp":[{"tags":["email"],"type":"http","accepts":[{"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"payTo":"0xAbe512E06dddC82581d2E5a19Ab594E778490441","amount":"5000","scheme":"exact","network":"eip155:8453","maxTimeoutSeconds":60}],"quality":{"lastCalledAt":"2026-08-20T13:20:12.148Z","l30DaysTotalCalls":1,"l30DaysUniquePayers":1},"resource":"https://gateway.stride20k.com/email/validate/:email","extensions":{"bazaar":{"info":{"input":{"type":"http","method":"GET","pathParams":{"email":"postmaster%40example.com"},"queryParams":{}},"output":{"type":"json","example":{"ok":true,"data":{"mx":[{"exchange":"mail.example.com","preference":10}],"email":"postmaster@example.com","hasMx":true,"domain":"example.com","aFallback":false,"deliverable":true,"syntaxValid":true},"meta":{"cached":false,"source":"local + Cloudflare DoH","fetchedAt":"2026-07-04T00:00:00.000Z","attribution":null},"endpoint":"/email/validate/:email"}}},"schema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method"],"properties":{"type":{"type":"string","const":"http"},"method":{"enum":["GET"],"type":"string"},"pathParams":{"type":"object","required":["email"],"properties":{"email":{"type":"string","description":"Email address to validate."}}},"queryParams":{"type":"object","properties":{}}},"additionalProperties":false},"output":{"type":"object","required":["type"],"properties":{"type":{"type":"string"},"example":{"type":"object","required":["ok","endpoint","data","meta"],"properties":{"ok":{"type":"boolean","description":"true on success."},"data":{"type":"object","required":["email","syntaxValid","deliverable"],"properties":{"mx":{"type":"array","description":"MX records sorted by preference: { preference, exchange }."},"email":{"type":"string","description":"The address as received."},"hasMx":{"type":"boolean","description":"Whether the domain publishes MX records."},"domain":{"type":"string","description":"Parsed domain part, lowercase, or null if syntax-invalid."},"aFallback":{"type":"boolean","description":"True if no MX but the domain has an A record (RFC 5321 fallback)."},"deliverable":{"type":"boolean","description":"hasMx OR aFallback. Not a mailbox-existence check."},"syntaxValid":{"type":"boolean","description":"Whether the address passes syntax validation."}}},"meta":{"type":"object","required":["source","cached","fetchedAt"],"properties":{"cached":{"type":"boolean","description":"Whether this response was served from cache."},"source":{"type":"string","description":"Upstream source: local + Cloudflare DoH."},"fetchedAt":{"type":"string","description":"ISO 8601 time the data was actually retrieved from the upstream."},"attribution":{"type":["string","null"],"description":"Licensing attribution when the source requires it."}}},"endpoint":{"type":"string","description":"Always \"/email/validate/:email\"."}}}}}}},"routeTemplate":"/email/validate/:email"}},"description":"Email validation API: RFC-style syntax check plus live MX-record lookup (with RFC 5321 A-record fallback) over DNS-over-HTTPS — no third-party service, nothing stored. Returns parsed domain, sorted MX hosts, and a 'deliverable' flag meaning DNS will accept mail for the domain — it does NOT verify the mailbox exists. Use for lead cleaning, signup validation, and contact verification by agents. Cached up to 1 hour per address.","lastUpdated":"2026-08-20T13:20:12.547Z","serviceName":"Stride20k","x402Version":2}]}}