Resource / 14353
unknownSYNTHORA.
Verify whether an email address is real and safe to send to. Checks RFC syntax, live MX records, catch-all and disposable/temporary domains, role accounts (info@, admin@), free providers and common typos, returning a deliverability status and confidence score. Use it to validate and enrich contacts, clean email lists and prevent bounces. Deterministic, Ed25519-signed. 0.001 USDC on Base. First 3 calls FREE per wallet — send header 'X-WALLET: 0x<your Base address>' (no payment); then per call.
| State | Network | Scheme | Atomic amount | Asset | payTo / untrusted |
|---|---|---|---|---|---|
| active | eip155:8453 | exact | 50000 | 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 | 0x10800a5a5B9d72251566EC651E862A8b4B427dE0 |
All advertised payment options are stored. Base (`eip155:8453`) is the operational network for ranking and canaries; non-Base options remain visible for transparency.
No probe attempts recorded yet. Coverage runs prioritize never-probed endpoints.
Machine contract
Schemas.
{
"body": {
"email": "user@example.com"
},
"bodyType": "json",
"method": "POST",
"type": "http"
}
{
"example": {
"niche": "mailcheck",
"ok": true,
"result": {
"confidence": 90,
"deliverable_hint": true,
"email": "user@example.com",
"mx_found": true,
"status": "deliverable"
}
},
"type": "json"
}