# Solana Balance Checker

> Solana Balance Checker is a paid API for AI agents from basebrain-ai.vercel.app, paid per call via x402, $0.16/call, status unknown (last checked 2026-09-13).

Retrieves the SOL balance for a given Solana wallet address

## Facts

- Endpoint: POST https://basebrain-ai.vercel.app/api/rapid/solana-balance
- Price: $0.16/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/solana-balance-checker-1a055238
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_e1tD-Zc9YN2QUwi1i289J

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 solana-balance-checker-1a055238 -d '<json body>'
```

Example prompt: Can you check the current SOL balance for the Solana wallet address 9WzDXwBbmkg8ZTbNMqUxvQRAyrZzDsGYdLVL9zYtAWWM?

## When to prefer this

Use this endpoint when you need a quick, on-demand lookup of the SOL balance for a specific Solana wallet address. It is suitable for confirming funding before executing transactions, monitoring wallet activity, or displaying balances in an agent workflow. Prefer this over building a direct RPC call when you want a simple pay-per-use API without managing Solana node infrastructure.

## Known failure modes

- Invalid or malformed Solana public key returns an error
- Network or RPC node unavailability may cause timeouts
- Empty or non-existent wallet returns zero balance or error
- Rate limiting may occur under high request volume
- Missing required wallet address parameter results in bad request error

## How this service works

Generated by create next app

## Output

Returns the current SOL balance associated with the queried Solana wallet address, expressed as a numeric value representing the amount of SOL held on-chain.

## 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/solana-balance-checker-1a055238/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from basebrain-ai.vercel.app](https://www.zero.xyz/host/basebrain-ai.vercel.app/llms.txt)
