# RagRadar Balance Lookup

> RagRadar Balance Lookup is a paid API for AI agents from ragradar.space, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-08).

Retrieves the on-chain token balance for a given wallet address across supported chains

## Facts

- Endpoint: GET https://ragradar.space/api/balance/%7Baddress%7D
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-08
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ragradar-balance-lookup-90a41a1e
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Lpn0fTzFEnNRgFGwpCzxn

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 ragradar-balance-lookup-90a41a1e
```

Example prompt: Can you check the on-chain token balance for wallet address 0x742d35Cc6634C0532925a3b844Bc454e4438f44e using RagRadar?

## When to prefer this

Use this endpoint when you need on-chain balance data for a specific wallet address across Base, Arbitrum, or Solana. Prefer this over generic block explorers when you need structured JSON output for programmatic use or when building portfolio dashboards.

## Known failure modes

- Invalid or malformed wallet address returns error
- Address with no on-chain activity may return zero balances
- Unsupported chain address format may fail
- Rate limiting if many calls are made rapidly
- Payment of $0.01 USDC required per call via x402 protocol — missing payment results in 402 error

## How this service works

On-chain intelligence for AI agents. 73+ endpoints across Base, Arbitrum, Solana. x402 micropayments.

## Output

Returns a JSON object with balance data for the specified wallet address, including token holdings across supported chains (Base, Arbitrum, Solana).

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "status": "ok"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ragradar-balance-lookup-90a41a1e/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from ragradar.space](https://www.zero.xyz/host/ragradar.space/llms.txt)
