# Coockies.ai Wallet Validator

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

Validates cryptocurrency wallet addresses for correctness and authenticity

## Facts

- Endpoint: POST https://coockies-ai.vercel.app/api/wallet-validator
- Price: $0.150813/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/coockies-ai-wallet-validator-d0d813ae
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_YfspJAuP6z_VglBear6JI

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 coockies-ai-wallet-validator-d0d813ae -d '<json body>'
```

Example prompt: Can you validate this wallet address for me before I send funds to it: 0x742d35Cc6634C0532925a3b844Bc454e4438f44e?

## When to prefer this

Use this endpoint when you need to verify a cryptocurrency wallet address before executing a payment or transfer, especially when working within the Coockies.ai x402 pay-per-call ecosystem on Base chain. Prefer this for quick, low-cost address validation at $0.15 USDC per call.

## Known failure modes

- Invalid or malformed wallet address format returns validation failure
- Unsupported blockchain network addresses may return errors
- Empty or missing address input returns bad request
- Network timeout or service unavailability returns error response

## How this service works

194 production-ready API endpoints. AI, Search, Social, Finance, Crypto. Pay-per-call with x402 on Base chain.

## Output

Returns a result object indicating whether the provided wallet address is valid, including validation status and any relevant address metadata or error details.

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