# LensCrypt Whale Heatmap

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

Returns a heatmap of whale activity across crypto assets, showing concentration and movement patterns of large holders

## Facts

- Endpoint: GET https://67olens-x402.vercel.app/api/whale/heatmap
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/lenscrypt-whale-heatmap-0e98c405
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_vTZmyzbhJt4C-gATq-X9D

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

Example prompt: Show me the whale activity heatmap right now — I want to see which tokens and chains are seeing the most large-holder accumulation or movement.

## When to prefer this

Use this endpoint when you need a broad visual or aggregated view of where large crypto holders are concentrating activity across multiple assets at once, rather than tracking a single wallet or token. Best for market overview and trend spotting.

## Known failure modes

- Missing or invalid query parameters returns a generic 400 error
- Payment not processed via x402/USDC on Base returns 402 Payment Required
- Endpoint returns minimal example response {status: ok} with no real data if schema is underspecified
- Rate limiting or cold-start latency on Vercel serverless deployment may cause timeouts
- Data may be stale if underlying on-chain indexer is lagging

## 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 response containing a heatmap dataset showing whale activity intensity across tokens and/or chains, including concentration metrics and movement signals for large holders.

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