# RagRadar Multi-Chain Heatmap

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

Returns an activity or liquidity heatmap for a specified blockchain (Base, Arbitrum, or Solana) showing on-chain intensity patterns across the network

## Facts

- Endpoint: GET https://ragradar.vercel.app/api/heatmap/%7Bchain%7D
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-08
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ragradar-multi-chain-heatmap-415cf09b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Z6W1LIWVF2bF19_aKg0tU

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-multi-chain-heatmap-415cf09b
```

Example prompt: Show me the on-chain activity heatmap for Solana right now — I want to see where transaction density is concentrated across the network.

## When to prefer this

Use this endpoint when you need a bird's-eye view of activity concentration on Base, Arbitrum, or Solana — useful for identifying hot spots in DeFi activity, transaction density, or liquidity clustering before doing deeper analysis with other RagRadar endpoints.

## Known failure modes

- Invalid or unsupported chain name returns error
- Payment not included or insufficient USDC results in 402 Payment Required
- Chain parameter missing from URL path returns 400 or 404
- Upstream blockchain data unavailable causes 503 or timeout
- Malformed chain identifier returns validation error

## 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

Returns a JSON object containing heatmap data for the specified chain, showing activity intensity or liquidity distribution across zones, blocks, or time segments on that blockchain.

## 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-multi-chain-heatmap-415cf09b/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)
