# LensCrypt Heatmap — Chain Activity Heatmap

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

Returns a transaction activity heatmap for a specified blockchain chain, visualizing activity intensity over time periods.

## Facts

- Endpoint: GET https://67olens-x402.vercel.app/api/heatmap/%7Bchain%7D
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/lenscrypt-heatmap-chain-activity-heatmap-6de3c2b6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_itGSMEMF2jvH9SilAmD-Q

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-heatmap-chain-activity-heatmap-6de3c2b6
```

Example prompt: Can you pull the on-chain activity heatmap for Ethereum so I can see which days and hours have the highest transaction volume?

## When to prefer this

Choose this endpoint when you need time-bucketed, visual-ready heatmap data showing when a specific blockchain is most active. Prefer it over raw transaction queries when you want aggregated patterns rather than individual transaction details, and when you need to identify peak activity windows for scheduling or analysis purposes.

## Known failure modes

- Unsupported or misspelled chain identifier returns an error or empty data
- Payment failure via x402 protocol blocks the response
- Chain data may be delayed or incomplete for very new or low-activity chains
- Rate limiting if too many requests are made in quick succession
- Malformed chain parameter in URL path returns 400 or similar error

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

Returns a JSON object with status and heatmap data representing transaction activity intensity across time buckets (hours/days) for the specified blockchain chain, enabling visualization of peak and off-peak activity periods.

## 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-heatmap-chain-activity-heatmap-6de3c2b6/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)
