# LensCrypt Whale Heatmap

> LensCrypt Whale Heatmap is a paid API for AI agents from lemscrypt.vercel.app, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-13).

Returns a heatmap of whale wallet activity across blockchain addresses and tokens to reveal where large holders are concentrating capital.

## Facts

- Endpoint: GET https://lemscrypt.vercel.app/api/whale/heatmap
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/lenscrypt-whale-heatmap-4fa775c9
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_EDkzhQYChaMBO1YUnQaeD

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

Example prompt: Show me the current whale activity heatmap so I can see where large holders are concentrating capital across tokens right now.

## When to prefer this

Choose this endpoint when you need a visual or aggregated concentration map of whale movements rather than tracking a specific wallet. It is ideal for macro-level on-chain intelligence — understanding which tokens are attracting large capital flows — rather than individual wallet history or transaction-level data. Prefer this over wallet-specific endpoints when doing sector or token screening.

## Known failure modes

- Missing or invalid query parameters return a 400 Bad Request
- Payment not received via x402 protocol returns 402 Payment Required
- Service unavailable due to Vercel cold start or data provider outage returns 503
- Rate limiting on underlying data sources may return partial or stale heatmap data
- Empty response if no significant whale activity detected in the requested time window

## How this service works

81 paid REST endpoints covering wallet analytics, DeFi yields, token safety, smart money tracking, whale alerts, sniper detection, GMX perps, Solana tools, protocol stats, gas tracking, DEX quotes, NFT analytics, social signals, and 8 AI-powered endpoints (MiMo V2.5). Pay USDC via x402 protocol on Base.

## Output

A JSON heatmap showing whale wallet activity intensity across tokens and/or blockchain addresses, with concentration zones, hotspot assets, and directional signals indicating where large holders are accumulating or distributing capital.

## 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/lenscrypt-whale-heatmap-4fa775c9/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from lemscrypt.vercel.app](https://www.zero.xyz/host/lemscrypt.vercel.app/llms.txt)
