# Crypto Wallet Address Validator

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

Validates a cryptocurrency wallet address for correctness and format compliance

## Facts

- Endpoint: POST https://kite-hub-v3.vercel.app/api/crypto-wallet-address-validator1
- Price: $0.05/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-3df971e0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_QBL_N61pfMuuT8beqg4IC

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

Example prompt: Can you validate this crypto wallet address for me — 0x742d35Cc6634C0532925a3b844Bc454e4438f44e — and tell me if it's a valid Ethereum address before I send funds to it?

## When to prefer this

Use this endpoint when you need to verify a cryptocurrency wallet address before initiating a transfer, storing an address, or displaying it to users — especially when correctness is critical to prevent irreversible fund loss. Prefer this over manual regex checks for multi-chain support.

## Known failure modes

- Invalid or malformed input address returns validation failure
- Unsupported blockchain address format may yield inconclusive result
- Empty or missing address field returns an error
- Network timeout or upstream service failure returns 5xx error
- Payment failure (insufficient USDC) returns 402 Payment Required

## How this service works

400+ paid API endpoints. Social media, AI, crypto, finance, weather, ecommerce, tools. Pay per request with USDC on Base chain.

## Output

Returns a result object indicating whether the submitted wallet address is valid, along with details about the address format and blockchain compatibility

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