{"api":"v1","generated_at":"2026-09-15T18:48:13.956Z","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/keyronne-com-api-email-validate-d065c5","pinned_page":"https://tollindex.com/e/keyronne-com-api-email-validate-d065c5/at/2026-09-15T16-57Z","pinned":false,"method":"https://tollindex.com/ledger/method","snapshot_at":"2026-09-15T16:57:44.360Z","snapshot_stamp":"2026-09-15T16-57Z","endpoint":{"slug":"keyronne-com-api-email-validate-d065c5","canonical_url":"https://keyronne.com/api/email-validate","resource":"https://keyronne.com/api/email-validate","http_method":"POST","type":"http","x402_version":2,"registries":["cdp"],"primary_registry":"cdp","curated_by_coinbase":false,"description":"Validate email addresses: RFC-style syntax checks, IDN domain normalization, live MX lookups with A/AAAA fallback (DNS-over-HTTPS), disposable-domain detection, role-address detection (info@, support@), free-provider flagging, and typo suggestions for popular providers (gmial.com -> gmail.com). Single address or batches up to 50. POST a JSON body like: {\"emails\":[\"ada@example.com\",\"bad@mailinator.com\",\"typo@gmial.com\"]}","service_name":"Email Validator","declared_category":null,"declared_tags":["email","validation","mx","disposable","verification"],"route_template":null,"registry_updated":"2026-08-28T10:44:26.481Z"},"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-15T16:57:44.360Z","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.003 USDC","amount_units":0.003,"decimals_known":true,"pay_to":"0xB86F95EF5FA904318Ea9Df3b59AdCe099b478fC4","scheme":"exact"}],"counters":{"observed_at":"2026-09-15T16:57:44.360Z","calls_30d":1,"unique_payers_30d":1,"last_called_at":"2026-08-28T10:44:26.307Z"},"validation":{"latest":{"observed_at":"2026-09-15T06:36:39.807Z","state":"pass","failed_checks":[],"endpoint_http_status":402,"run_id":"daily-2026-09-15"},"uptime":[{"days":7,"observed":5,"passed":5,"ratio":1},{"days":30,"observed":5,"passed":5,"ratio":1},{"days":90,"observed":5,"passed":5,"ratio":1}],"history_90d":[{"observed_at":"2026-09-15T06:36:39.807Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-15","state_changed":false},{"observed_at":"2026-09-14T06:05:19.442Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-14","state_changed":false},{"observed_at":"2026-09-13T05:57:11.628Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-13","state_changed":false},{"observed_at":"2026-09-12T08:14:25.543Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-12","state_changed":false},{"observed_at":"2026-09-11T12:36:36.253Z","state":"pass","failed_checks":[],"run_id":"daily-2026-09-11","state_changed":true}]},"seller":{"wallet":"0xB86F95EF5FA904318Ea9Df3b59AdCe099b478fC4","page":"https://tollindex.com/seller/0xB86F95EF5FA904318Ea9Df3b59AdCe099b478fC4","endpoints":14,"hosts":1},"reports":0,"registry_record":{"cdp":[{"tags":["email","validation","mx","disposable","verification"],"type":"http","accepts":[{"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","extra":{"name":"USD Coin","version":"2"},"payTo":"0xB86F95EF5FA904318Ea9Df3b59AdCe099b478fC4","amount":"3000","scheme":"exact","network":"eip155:8453","maxTimeoutSeconds":60}],"quality":{"lastCalledAt":"2026-08-28T10:44:26.307Z","l30DaysTotalCalls":1,"l30DaysUniquePayers":1},"resource":"https://keyronne.com/api/email-validate","extensions":{"bazaar":{"info":{"input":{"body":{"emails":["ada@example.com","bad@mailinator.com","typo@gmial.com"]},"type":"http","method":"POST","bodyType":"json"},"output":{"type":"json","example":{"results":[{"dns":{"method":"MX","mxRecords":["mx.example.com"],"deliverable":true},"email":"ada@example.com","valid":true,"checks":{"role":false,"disposable":false,"hasPlusTag":false,"freeProvider":false},"domain":"example.com"}]}}},"schema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","properties":{"body":{"type":"object","properties":{"email":{"type":"string","description":"One address to validate. Provide email or emails."},"emails":{"type":"array","items":{"type":"string"},"maxItems":50,"description":"Batch of addresses to validate (max 50)."},"skipDns":{"type":"boolean","default":false,"description":"Skip MX/A lookups and return syntax + heuristic checks only."}}},"type":{"type":"string","const":"http"},"method":{"enum":["POST"],"type":"string"},"bodyType":{"enum":["json"],"type":"string"}}},"output":{"type":"object","properties":{"results":{"type":"array","items":{"type":"object","properties":{"dns":{"type":"object","properties":{"method":{"enum":["MX","A-fallback","AAAA-fallback","unavailable"],"type":"string"},"mxRecords":{"type":"array","items":{"type":"string"}},"deliverable":{"description":"true/false, or null if DNS was unreachable."}}},"email":{"type":"string"},"valid":{"type":"boolean"},"checks":{"type":"object","properties":{"role":{"type":"boolean"},"disposable":{"type":"boolean"},"hasPlusTag":{"type":"boolean"},"freeProvider":{"type":"boolean"}}},"domain":{"type":"string","description":"Normalized ASCII domain."},"reason":{"type":"string","description":"Why the address is invalid, if it is."},"suggestion":{"type":"string","description":"Likely intended address for typos."}}}}}}}}}},"description":"Validate email addresses: RFC-style syntax checks, IDN domain normalization, live MX lookups with A/AAAA fallback (DNS-over-HTTPS), disposable-domain detection, role-address detection (info@, support@), free-provider flagging, and typo suggestions for popular providers (gmial.com -> gmail.com). Single address or batches up to 50. POST a JSON body like: {\"emails\":[\"ada@example.com\",\"bad@mailinator.com\",\"typo@gmial.com\"]}","lastUpdated":"2026-08-28T10:44:26.481Z","serviceName":"Email Validator","x402Version":2}]}}