whale_alerts
Track real-time trades from profitable Polymarket wallets. Set a lookback window and minimum trade size to receive alerts whenever smart-money wallets open or close positions.
Instructions
Recent trades by smart-money whales — real-time alerts on profitable wallets (Premium).
Returns whale trades in the last minutes over min_usd in size:
who traded, buy/sell, side, amount, price and the market. Use it to get
alerts when profitable Polymarket wallets open or close positions.
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 |