# LensCrypt Whale Alerts by Token

> LensCrypt Whale Alerts by Token is a paid API for AI agents from lensc.vercel.app, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-13).

Fetches recent large-transaction whale alerts for a specified token, revealing big-money movements on-chain.

## Facts

- Endpoint: GET https://lensc.vercel.app/api/whale/alerts/%7Btoken%7D
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/lenscrypt-whale-alerts-by-token-63e16bf4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_131HCTrPdZpJ8_HjtSym8

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-by-token-63e16bf4
```

Example prompt: Show me recent whale alerts for the token PEPE — I want to see any large transactions or big wallet movements happening right now.

## When to prefer this

Use this endpoint when you need real-time or recent large-transaction alerts for a specific token, especially when tracking smart money or whale accumulation/distribution. Prefer this over generic DEX volume endpoints when the user wants to isolate big-wallet behavior for a particular token.

## Known failure modes

- Invalid or unrecognized token address/symbol returns an error or empty results
- Payment not processed via x402 USDC protocol returns 402 Payment Required
- Token with no recent whale activity returns empty alerts list
- Rate limiting or server error returns 5xx response
- Malformed token path parameter returns 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

Returns a JSON object containing recent whale alert events for the specified token, including large transaction details such as wallet addresses involved, amounts moved, and timestamps of significant on-chain activity.

## 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-by-token-63e16bf4/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from lensc.vercel.app](https://www.zero.xyz/host/lensc.vercel.app/llms.txt)
