# RagRadar Whale Heatmap

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

Returns a heatmap visualization of whale wallet activity and transaction concentration across supported blockchains

## Facts

- Endpoint: GET https://ragradar.space/api/whale/heatmap
- 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-whale-heatmap-4f1b724a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Scj1-N_vRkpfCWFjYpway

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-whale-heatmap-4f1b724a
```

Example prompt: Show me a whale activity heatmap right now — I want to see where the big money is clustering across Base, Arbitrum, and Solana.

## When to prefer this

Use this endpoint when you need a spatial or categorical overview of where whale-level on-chain activity is concentrated, rather than tracking a specific wallet or token. Ideal for macro-level market sentiment and flow analysis across Base, Arbitrum, and Solana simultaneously.

## Known failure modes

- Invalid or missing parameters return generic error
- Chain not supported returns empty or error response
- Rate limiting if called too frequently without payment
- Payment not received results in 402 response
- Stale data if blockchain indexer is lagging

## How this service works

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

## Output

A JSON object containing heatmap data showing geographic or categorical distribution of whale wallet activity, transaction volumes, and concentration zones across supported chains (Base, Arbitrum, Solana), with a status field indicating success.

## 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-whale-heatmap-4f1b724a/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)
