# LensCrypt Whale Accumulation Tracker

> LensCrypt Whale Accumulation Tracker 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-14).

Detects and reports cryptocurrency whale accumulation activity across blockchain addresses and tokens

## Facts

- Endpoint: GET https://cryptuluns.vercel.app/api/whale/accumulation
- Price: $0.1/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-accumulation-tracker-5ac0eafe
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_FLPs5cunRmr0C13oIYjZu

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-accumulation-tracker-5ac0eafe
```

Example prompt: Check LensCrypt's whale accumulation tracker and tell me which large wallets are quietly building positions in a token I'm watching — I want to see if smart money is accumulating before a potential breakout.

## When to prefer this

Choose this endpoint when you need real-time on-chain intelligence specifically about large wallet accumulation behavior — ideal for detecting early smart money entry signals before retail awareness, monitoring whether whales are bullish on a token, or confirming conviction before taking a position.

## Known failure modes

- Invalid or unrecognized token/wallet address returns error
- Rate limiting if called too frequently without valid payment
- Payment failure via x402 protocol results in 402 response
- Network or blockchain data unavailability may return stale or empty results
- Malformed query parameters return 400-level errors

## 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 on-chain whale accumulation signals including identified large wallets, accumulation patterns, token amounts, timestamps, and status indicators showing whether smart money is actively building positions in a given asset.

## 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-accumulation-tracker-5ac0eafe/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)
