# Sna4an Wallet Validator API

> Sna4an Wallet Validator API is a paid API for AI agents from sna4an-crypto.vercel.app, paid per call via x402, $0.175/call, status unknown (last checked 2026-09-15).

Validates cryptocurrency wallet addresses for correctness and blockchain compatibility

## Facts

- Endpoint: POST https://sna4an-crypto.vercel.app/api/wallet-validator
- Price: $0.175/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/sna4an-wallet-validator-api-e434c708
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_aq14yJq-z51U8MXWGAMJr

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 sna4an-wallet-validator-api-e434c708 -d '<json body>'
```

Example prompt: Can you check whether this Solana wallet address is valid before I send funds to it: 7xKXtg2CW87d97TXJSDpbD5jBkheTqA83TZRuJosgAsU?

## When to prefer this

Use this endpoint when you need to programmatically validate one or more crypto wallet addresses before executing a transaction, especially within the Solana ecosystem or when working with multi-chain address checks via RapidAPI-backed data. Prefer this over manual checks or general blockchain explorers when you need a structured, machine-readable validation response suitable for automated workflows.

## Known failure modes

- Invalid or malformed wallet address returns validation failure with error detail
- Unsupported blockchain network returns error or empty result
- Missing required path or params fields returns 400 bad request
- RapidAPI upstream timeout or rate limit causes 502 or 503 response
- Payment not received or insufficient USDC results in 402 payment required

## How this service works

Cryptocurrency data, Solana ecosystem, and blockchain APIs

## Output

Returns a validation result object indicating whether the provided wallet address is valid, properly formatted, and compatible with the target blockchain network, potentially including details on address type and network match.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "path": {
   "type": "string",
   "description": "RapidAPI sub-endpoint path"
  },
  "params": {
   "type": "object",
   "description": "Query parameters"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/sna4an-wallet-validator-api-e434c708/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from sna4an-crypto.vercel.app](https://www.zero.xyz/host/sna4an-crypto.vercel.app/llms.txt)
