# LensCrypt Whale Alerts — Token Whale Activity Feed

> LensCrypt Whale Alerts — Token Whale Activity Feed 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-15).

Returns large-transaction whale alerts for a specified token, tracking significant on-chain movements by large holders.

## Facts

- Endpoint: GET https://lemscrypt.vercel.app/api/whale/alerts/%7Btoken%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-whale-alerts-token-whale-activity-feed-ef5c8b76
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap__iV2iM2K8G1JNsh09Wx8F

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-alerts-token-whale-activity-feed-ef5c8b76
```

Example prompt: Pull the latest whale alerts for the token at 0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48 — I want to see which big wallets have been making large moves recently.

## When to prefer this

Use this endpoint when you need real-time or near-real-time intelligence on large on-chain token movements by major holders (whales). Prefer it over generic blockchain explorers when you want pre-filtered, high-value transaction signals without manually parsing raw block data. Best suited for trading agents, DeFi risk monitors, and research tools that need whale activity as a signal for price action or market sentiment.

## Known failure modes

- Invalid or unrecognized token address/symbol returns an error or empty result
- Token not tracked by the system returns no whale alert data
- Rate limiting or payment failure (x402) blocks the response
- Network or upstream data provider outage yields a 500 error
- Malformed token parameter in URL path returns a 400 bad request

## 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 listing recent large on-chain transactions (whale alerts) for the specified token, including details such as wallet addresses involved, transaction amounts, direction (buy/sell/transfer), timestamps, and transaction hashes. Helps identify significant holder behavior 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-alerts-token-whale-activity-feed-ef5c8b76/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)
