# LensCrypt Whale Alerts

> LensCrypt Whale Alerts is a paid API for AI agents from 67olens-x402.vercel.app, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Returns real-time on-chain whale alerts tracking large cryptocurrency transactions and wallet movements

## Facts

- Endpoint: GET https://67olens-x402.vercel.app/api/whale/alerts
- Price: $0.05/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-alerts-cfdd8177
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_BeiK260yxevFIeUJ3D3Vd

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-cfdd8177
```

Example prompt: Show me the latest whale alerts — any large on-chain crypto transactions or big wallet moves happening right now across the major chains.

## When to prefer this

Use this endpoint when you need real-time detection of large on-chain transactions by high-value wallets (whales), especially for DeFi trading signals, market sentiment analysis, or alerting on significant capital movements. Prefer over general block explorers when you want pre-filtered, whale-threshold alerts rather than raw transaction data.

## Known failure modes

- Payment not received — 402 response if USDC payment via x402 on Base is missing or insufficient
- No alerts in current window — empty results array if no whale-sized transactions occurred recently
- Invalid query parameters — 400 error if filter properties are malformed
- Rate limiting — 429 if too many requests in a short window
- Service unavailable — 500 if upstream blockchain data provider is down

## 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 recent whale alert events including wallet addresses involved, transaction sizes, tokens transferred, chain identifiers, and timestamps of large on-chain movements.

## 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-cfdd8177/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from 67olens-x402.vercel.app](https://www.zero.xyz/host/67olens-x402.vercel.app/llms.txt)
