# LensCrypt Blockchain Heatmap API

> LensCrypt Blockchain Heatmap API is a paid API for AI agents from cryptuluns.vercel.app, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-11).

Returns a heatmap visualization of on-chain activity or transaction density for a specified blockchain network

## Facts

- Endpoint: GET https://cryptuluns.vercel.app/api/heatmap/%7Bchain%7D
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-11
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/lenscrypt-blockchain-heatmap-api-c92caf6c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_jYgYPCxl5BAUtaMzxWBZy

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-blockchain-heatmap-api-c92caf6c
```

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

## When to prefer this

Use this endpoint when you need a visual or structured representation of transaction or activity density on a specific blockchain, particularly for identifying hot zones, peak activity windows, or network congestion patterns. Prefer this over raw transaction list endpoints when the goal is pattern recognition or aggregated activity analysis.

## Known failure modes

- Unsupported or misspelled chain identifier returns an error or empty result
- Missing chain path parameter causes a 400 or 404 error
- Payment not fulfilled via x402 protocol results in a 402 Payment Required response
- Upstream data source unavailability causes 500 or timeout errors
- Rate limiting if multiple rapid calls are made without payment

## 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 heatmap data representing on-chain activity or transaction density across the specified blockchain, with status and structured activity metrics useful for visualizing hot zones or time-based patterns.

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