# LensCrypt Whale Alerts

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

Returns real-time large-transaction whale alerts across crypto markets, flagging significant wallet movements and big trades

## Facts

- Endpoint: GET https://cryptuluns.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-e87cfb7b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_U3haQUuFhJmj_NsEVn_Q0

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

Example prompt: Pull the latest whale alerts from LensCrypt — I want to see which wallets have been moving large amounts of crypto recently so I can spot any big market-moving transactions.

## When to prefer this

Use this endpoint when you need real-time or near-real-time large-transaction alerts from whale wallets without building your own on-chain indexer. It is well-suited for trading signal generation, market sentiment monitoring, and pre-trade due diligence. Prefer this over generic blockchain explorers when you want pre-filtered, high-value whale movement data delivered via a simple REST call with micropayment access.

## Known failure modes

- Invalid or missing query parameters return a generic error or empty result set
- API returns {status: ok} with no alert data if no recent whale activity meets the threshold
- Rate limiting or payment failure via x402 protocol results in 402 Payment Required response
- Stale or delayed data if upstream on-chain indexer is lagging
- Vercel cold start may cause occasional latency spikes

## 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 details such as wallet addresses involved, token or asset being moved, transaction size, chain, and timestamp of each large transaction detected.

## 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-e87cfb7b/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)
