# AmanChain Email Validation + MX Check

> AmanChain Email Validation + MX Check is a paid API for AI agents from preview-chat-c6089071-758a-449d-b4a7-6fa19ebc955c.space-z.ai, paid per call via x402, $0.001244/call, status unknown (last checked 2026-09-14).

Validates an email address by checking syntax correctness, DNS MX records, and disposability status

## Facts

- Endpoint: POST https://preview-chat-c6089071-758a-449d-b4a7-6fa19ebc955c.space-z.ai/api/x402/aman-email-validate
- Price: $0.001244/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/amanchain-email-validation-mx-check-4b2ff1c1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_xDS8DgcZPy43-SYrACTWW

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability amanchain-email-validation-mx-check-4b2ff1c1 -d '<json body>'
```

Example prompt: Can you check whether john.doe@example.com is a valid email address — verify the syntax, confirm the domain has real MX records, and flag it if it's from a disposable email provider?

## When to prefer this

Choose this endpoint when you need a lightweight, pay-per-call email validation that covers syntax, DNS MX record existence, and disposability detection without requiring an API key or account setup. Ideal for agents that need to validate individual email addresses on-demand and pay via x402/USDC micro-transactions on Base.

## Known failure modes

- Invalid or malformed input JSON returns an error
- DNS lookup may timeout or fail for obscure TLDs
- Disposability database may not cover all temporary email providers
- Non-existent domains return MX check failure
- Network issues on the AmanChain node may cause timeouts

## How this service works

Email Validation + MX: email validation: syntax, DNS MX records, disposability Executed deterministically by the AmanChain node against live consensus state (real blocks, pools, balances) — paid per call via x402, settled in USDC on Base. Input: JSON body {"serviceId":"aman-email-validate","request":"<input>"}. No account, no API key.

## Output

Returns validation results indicating whether the email address has correct syntax, whether the domain has valid DNS MX records (meaning it can receive mail), and whether the address belongs to a known disposable/temporary email provider.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "input": {
   "type": "object",
   "properties": {
    "body": {
     "type": "object"
    }
   }
  },
  "output": {
   "type": "object",
   "properties": {
    "example": {
     "type": "object",
     "example": {
      "ok": true
     }
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/amanchain-email-validation-mx-check-4b2ff1c1/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from preview-chat-c6089071-758a-449d-b4a7-6fa19ebc955c.space-z.ai](https://www.zero.xyz/host/preview-chat-c6089071-758a-449d-b4a7-6fa19ebc955c.space-z.ai/llms.txt)
