E

Email Auth SPF/DMARC/DKIM Check · Check

by Email Auth SPF/DMARC/DKIM Check

GETBaseSolanaArbitrumPolygon

$0.01

per call · USD Coin on Base

Email authentication posture check: parses SPF, DMARC and DKIM plus MX for any domain and grades deliverability/anti-spoofing gaps (SPF +all, SPF >10 lookups, DMARC p=none, missing DKIM). Clean JSON for deliverability and security-ops automation.

Endpoint

GET https://email-auth.use.x402atlas.com/check

26

Calls / 30d

9

Unique payers / 30d

Sep 8

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://email-auth.use.x402atlas.com/check", {
  method: "GET",
});
const data = await res.json();
cURL
curl -X GET \
  "https://email-auth.use.x402atlas.com/check?domain=example.com&selector=google" \
  -H "X-PAYMENT: <signed x402 payment>"

Example response

{
  "accepts_mail": true,
  "dkim": {
    "checked_selectors": [
      "default",
      "google",
      "selector1",
      "selector2",
      "k1",
      "dkim",
      "mail"
    ],
    "found": [
      {
        "record": "v=DKIM1; k=rsa; p=MIGfMA0GCSq...",
        "selector": "google"
      }
    ]
  },
  "dmarc": {
    "adkim": "s",
    "aspf": "s",
    "pct": 100,
    "policy": "reject",
    "record": "v=DMARC1; p=reject; pct=100; rua=mailto:dmarc@example.com; adkim=s; aspf=s",
    "rua": [
      "mailto:dmarc@example.com"
    ],
    "ruf": [],
    "subdomain_policy": ""
  },
  "domain": "example.com",
  "mx": [
    {
      "host": "aspmx.l.google.com.",
      "pref": 1
    }
  ],
  "queried_at": "2026-07-02T12:00:00Z",
  "spf": {
    "all_qualifier": "~all",
    "dns_lookups": 1,
    "mechanisms": [
      {
        "causes_dns": true,
        "kind": "include",
        "qualifier": "+",
        "value": "_spf.google.com"
      },
      {
        "causes_dns": false,
        "kind": "all",
        "qualifier": "~",
        "value": ""
      }
    ],
    "record": "v=spf1 include:_spf.google.com ~all"
  },
  "warnings": []
}

Payment details

Pay to0x3731f5c2c1835e3ace2ac157c4e31b1cea0cb0e0
AssetUSD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
NetworksBase, Solana, Arbitrum, Polygon
Schemesexact

Is this your API?

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

Get featured →

More from Email Auth SPF/DMARC/DKIM Check & similar services