Email Auth SPF/DMARC/DKIM Check · Check
by Email Auth SPF/DMARC/DKIM Check
$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/check26
Calls / 30d
9
Unique payers / 30d
Sep 8
Last called
exact
Payment scheme
Call this service
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 -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
0x3731f5c2c1835e3ace2ac157c4e31b1cea0cb0e0USD Coin · 0x833589fcd6edb6e08f4c7c32d4f71b54bda02913Is this your API?
Pin it to the top of Data & Enrichment and the homepage with a featured placement.
More from Email Auth SPF/DMARC/DKIM Check & similar services
Oneshotagent · Verify Email
win.oneshotagent.com
Email deliverability verification
Oneshotagent · Enrich Email
win.oneshotagent.com
Email enrichment and validation
Strale · Email Validate
api.strale.io
Validate an email address: RFC 5322 syntax, MX records, 5,361 disposable domain detection, role-based address detection (35 patterns), free provider detection, and typo suggestion for common providers (gmial.com ? gmail.com). Returns deliverability assess…