# LensCrypt Whale Accumulation Tracker

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

Detects and reports on large wallet accumulation patterns for crypto tokens or assets by tracking whale wallet behavior

## Facts

- Endpoint: GET https://lemscrypt.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-54845a30
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_tRCvuP2zg2E8M8B4rwYzb

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-54845a30
```

Example prompt: Check LensCrypt for whale accumulation activity on the token at address 0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48 on Ethereum — I want to know if large wallets are buying up this asset right now.

## When to prefer this

Choose this endpoint when you need on-chain whale accumulation intelligence for a specific crypto token, particularly when assessing whether large sophisticated wallets are quietly buying an asset ahead of a price move. Prefer over generic DEX volume tools when the focus is large-wallet behavior rather than broad trading activity.

## Known failure modes

- Invalid or unsupported token address returns an error response
- Token with insufficient on-chain history may return empty or sparse data
- Rate limits or payment failures via x402 protocol result in 402 or 429 responses
- Unsupported blockchain network yields no results
- Malformed query parameters return a 400-level 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 containing whale accumulation signals for the queried token or wallet, including information about large wallet buy/sell activity, net accumulation trends, and potentially wallet addresses classified as whales and their recent transaction 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-whale-accumulation-tracker-54845a30/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)
