# RagRadar Whale Heatmap

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

Returns a heatmap visualization of whale wallet activity and concentration across supported blockchain networks

## Facts

- Endpoint: GET https://ragradar.vercel.app/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-54cbe19a
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_SmUlY3TNltWMO_4ArBfHU

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-54cbe19a
```

Example prompt: Show me a whale activity heatmap across Base and Arbitrum right now — I want to see where the largest wallets are concentrating their transactions.

## When to prefer this

Use this endpoint when you need a visual or spatial representation of whale wallet clustering rather than individual whale alerts or point-in-time transaction data. Ideal for identifying macro concentration patterns and hot zones of smart money activity across Base, Arbitrum, and Solana simultaneously.

## Known failure modes

- Invalid or unsupported properties filter returns malformed request error
- Rate limiting or payment failure returns 402 Payment Required
- Network congestion or RPC issues may cause delayed or partial data
- Empty result set if no significant whale activity detected in the requested window

## How this service works

AI-powered on-chain analytics across Base, Arbitrum, and Solana. 82 REST endpoints including Portfolio P&L tracker, smart money tracking, whale alerts, token intelligence, DeFi yields, Solana degen tools, social signals, gas tracker, approvals scanner, block checker.

## Output

A JSON object containing heatmap data representing whale wallet activity distribution across supported chains, including transaction density zones, concentration metrics, and spatial/temporal clustering of large wallet movements.

## Example request

```json
{
 "properties": "base,arbitrum"
}
```

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