# Crypto Wallet Address Validator

> Crypto Wallet Address Validator is a paid API for AI agents from magnum-ai-flame.vercel.app, paid per call via x402, $0.14/call, status unknown (last checked 2026-09-14).

Validates cryptocurrency wallet addresses for correctness and format compliance

## Facts

- Endpoint: POST https://magnum-ai-flame.vercel.app/api/crypto-wallet-address-validator1
- Price: $0.14/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/crypto-wallet-address-validator-83445778
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_4D21I7YxHAwTZ6p9VulJg

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 crypto-wallet-address-validator-83445778 -d '<json body>'
```

Example prompt: Can you validate this wallet address and tell me if it's correctly formatted before I send funds to it: 0x71C7656EC7ab88b098defB751B7401B5f6d8976F?

## When to prefer this

Use this endpoint when you need to programmatically verify that a crypto wallet address is valid and properly formatted before sending funds or storing address data, especially in a pay-per-call context where you only pay $0.14 USDC for occasional spot-checks rather than maintaining a full validation library.

## Known failure modes

- Invalid or malformed input address returns validation failure
- Unsupported blockchain address format may return inconclusive result
- Payment failure via x402/USDC results in 402 response blocking the call
- Network timeout returns server error
- Empty or missing address field returns schema validation error

## How this service works

Pay-per-call API marketplace with 150 endpoints powered by x402 payments on Base chain.

## Output

Returns a validation result object indicating whether the provided cryptocurrency wallet address is valid, correctly formatted, and potentially which blockchain network it belongs to.

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/crypto-wallet-address-validator-83445778/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from magnum-ai-flame.vercel.app](https://www.zero.xyz/host/magnum-ai-flame.vercel.app/llms.txt)
