whale_alerts
Retrieves live alerts of recent smart-money whale trades by size and time window, including trade details like side, amount, price, and market. Requires a premium API key.
Instructions
Recent trades by smart-money whales — a live alerts feed (Premium).
Returns whale trades in the last minutes over min_usd in size:
who traded, buy/sell, side, amount, price and the market.
Requires a Premium API key set via the ORCALAYER_API_KEY environment variable. Without a key this returns a short notice on how to get one (it does not call the API and is not an error).
Args: minutes: Lookback window in minutes (max 1440 = 24h). min_usd: Minimum trade size in USD. category: Restrict to one market category. None = all. limit: How many alerts to return (1–100).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| minutes | No | ||
| min_usd | No | ||
| category | No | ||
| limit | No |