E

eu-verify · Validate Email

by eu-verify

GETBase

$0.005

per call · USD Coin on Base

One-call email verification for lead qualification and list hygiene: RFC 5322 syntax check, then a live MX lookup over DNS-over-HTTPS (Cloudflare, Google fallback). Detects non-existent domains (NXDOMAIN), null-MX domains that refuse mail (RFC 7505), and returns prioritized MX hosts. Query: ?email=someone@example.com. Verdict: deliverable | risky | undeliverable. 1h cache per address.

Endpoint

GET https://data.greeneris.io/v1/validate/email

2

Calls / 30d

1

Unique payers / 30d

Aug 28

Last called

exact

Payment scheme

Call this service

TypeScript · @x402/fetch
import { wrapFetchWithPayment } from "@x402/fetch";
import { privateKeyToAccount } from "viem/accounts";

const account = privateKeyToAccount(process.env.PRIVATE_KEY);
const fetchWithPay = wrapFetchWithPayment(fetch, account);

const res = await fetchWithPay("https://data.greeneris.io/v1/validate/email", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://data.greeneris.io/v1/validate/email?email=contact%40anthropic.com" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "domain": "anthropic.com",
  "domain_exists": true,
  "email": "contact@anthropic.com",
  "has_mx": true,
  "is_null_mx": false,
  "mx_hosts": [
    {
      "host": "aspmx.l.google.com",
      "priority": 1
    }
  ],
  "source": "live MX lookup via Cloudflare 1.1.1.1 DoH (Google DNS fallback)",
  "syntax_valid": true,
  "verdict": "deliverable"
}

Payment details

Pay to0x6ab8efe305cce67daa48c97bde29c04402822dff
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase
Schemesexact

Is this your API?

Pin it to the top of Data & Enrichment and the homepage with a featured placement.

Get featured →

More from eu-verify & similar services