# KiteEndpoints.ai Wallet Validator

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

Validates cryptocurrency wallet addresses for correctness and format compliance

## Facts

- Endpoint: POST https://kite-hub-v2.vercel.app/api/wallet-validator
- Price: $0.07/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-wallet-validator-d5090cba
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_rJtMBK54BJCSBO17qzHZY

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-wallet-validator-d5090cba -d '<json body>'
```

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

## When to prefer this

Use this endpoint when you need a quick, pay-per-request wallet address validation without committing to a subscription service. Ideal for agents performing one-off or infrequent address checks before executing crypto transactions, especially when already operating in a USDC-on-Base payment context.

## Known failure modes

- Invalid or malformed input schema returns error
- Unsupported wallet address format may return inconclusive result
- Network timeout or service unavailability returns 5xx error
- Payment failure via x402 protocol blocks request
- Empty or missing address field returns validation error

## 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, including format compliance and any detected issues with the address structure.

## Request schema (JSON Schema)

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

## 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-wallet-validator-d5090cba/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)
