# BlackBobs.ai Wallet Validator

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

Validates cryptocurrency wallet addresses for correctness and authenticity

## Facts

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

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

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

## When to prefer this

Use this endpoint when you need a quick, pay-per-call validation of a cryptocurrency wallet address before executing a transaction, onboarding a user, or processing a payment — especially within an x402-enabled agent workflow on Base chain where inline micropayments are acceptable.

## Known failure modes

- Invalid or malformed wallet address returns validation failure
- Unsupported blockchain or address format may return an error
- Missing or empty address input causes a bad request error
- Network or service outage may result in a timeout or 5xx error
- Ambiguous address format may return uncertain validation status

## 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 validation result object indicating whether the submitted wallet address is valid, along with any relevant data about the address format or type.

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