# RagRadar Balance Lookup

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

Fetches the on-chain token or native balance for a given blockchain wallet address across supported networks (Base, Arbitrum, Solana).

## Facts

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

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-0b890f60
```

Example prompt: What's the current on-chain balance for wallet address 0x1234...abcd — can you pull that from RagRadar?

## When to prefer this

Use this endpoint when you need a fast, pay-per-call on-chain balance lookup for wallet addresses on Base, Arbitrum, or Solana without maintaining your own RPC infrastructure. Ideal for AI agents needing real-time wallet data with x402 micropayment billing at $0.01 per call — no subscription required.

## Known failure modes

- Invalid or malformed wallet address returns an error response
- Unsupported chain or address format may return empty or error result
- Address with no activity may return zero balance or minimal metadata
- Network latency or chain RPC downtime may cause timeout or failure
- Incorrect address format for the target chain (e.g. EVM address on Solana endpoint) causes lookup failure

## How this service works

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

## Output

Returns a JSON object with a status field and the current on-chain balance for the provided wallet address, covering supported chains including Base, Arbitrum, and 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-0b890f60/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from ragdar.vercel.app](https://www.zero.xyz/host/ragdar.vercel.app/llms.txt)
