# Crypto Wallet Address Validator

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

Validates cryptocurrency wallet addresses for correctness and format compliance

## Facts

- Endpoint: POST https://komo-ai.vercel.app/api/crypto-wallet-address-validator1
- Price: $0.053278/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/crypto-wallet-address-validator-3e91b8fb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_hQtMXYf4PNq3cyo7q32dy

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-3e91b8fb -d '<json body>'
```

Example prompt: Can you check if this wallet address is valid before I send funds to it: 0x742d35Cc6634C0532925a3b844Bc454e4438f44e?

## When to prefer this

Use this endpoint when you need a quick, pay-per-call validation of a cryptocurrency wallet address before executing a transaction, especially when you want to avoid sending funds to an incorrectly formatted or non-existent address. Prefer this over manual regex checks when you need authoritative blockchain-aware validation.

## Known failure modes

- Malformed input returns an error if address string is missing or empty
- Unsupported blockchain network may return inconclusive result
- Payment failure via x402 protocol returns 402 status before processing
- Network timeout if validation service is temporarily unavailable
- Address with invalid checksum may return false-negative on some chains

## How this service works

150 premium API endpoints with pay-per-call pricing via x402 protocol on Base chain

## Output

Returns a validation result indicating whether the submitted wallet address is correctly formatted and valid for its respective blockchain network, including checksum and format compliance details.

## 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-3e91b8fb/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from komo-ai.vercel.app](https://www.zero.xyz/host/komo-ai.vercel.app/llms.txt)
