whale_alerts
Returns recent smart-money whale trades in a live alerts feed, including trader, 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 |
|---|---|---|---|
| limit | No | ||
| min_usd | No | ||
| minutes | No | ||
| category | No |