# KiteEndpoints.ai - Crypto Wallet Address Validator

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

Validates whether a given cryptocurrency wallet address is correctly formatted and potentially active for a specified blockchain network

## Facts

- Endpoint: POST https://kite-hub-v2.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/kiteendpoints-ai-crypto-wallet-address-validator-0e650a30
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_sOp2mE_UaV87Pfea7Rfzy

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 kiteendpoints-ai-crypto-wallet-address-validator-0e650a30 -d '<json body>'
```

Example prompt: Can you check if this wallet address is valid before I send funds to it: 0x742d35Cc6634C0532925a3b844Bc454e4438f44e — it's supposed to be an Ethereum address.

## When to prefer this

Use this endpoint when you need a quick, pay-per-call wallet address validation without subscribing to a dedicated blockchain data service. Particularly useful for one-off checks before processing crypto payments or onboarding users' wallet addresses. At $0.05 per call, it's cost-effective for low-to-medium volume validation needs where setting up a full blockchain node or premium subscription is not justified.

## Known failure modes

- Missing or malformed address input returns an error
- Unsupported blockchain network type may yield inconclusive results
- Network timeouts from underlying validation service
- Invalid JSON body returns 400-level error
- Address from unrecognized chain may return false negative

## 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 provided wallet address is valid, including format correctness and potentially the detected blockchain network or address type. May include a boolean validity flag and details about any detected errors in the address format.

## 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/kiteendpoints-ai-crypto-wallet-address-validator-0e650a30/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-hub-v2.vercel.app](https://www.zero.xyz/host/kite-hub-v2.vercel.app/llms.txt)
