Skip to main content
GET
Whale tracking
Monitor large trades on events you track. A whale trade is any stored trade whose notional (abs(price × size)) meets the threshold on a tracked event. Requires trade ingestion to have populated local trade storage. All routes in this section require an API key — see Authentication. For a no-key preview of community-subscribed events, use the Public whale feed. The playground below targets the user feed. Other routes are listed in the examples.

Request

Query parameters

integer
default:"50"
1–500.
integer
default:"0"
Pagination offset.
string
ISO timestamp lower bound on trade time.
string
ISO timestamp upper bound on trade time.
string
kalshi or polymarket.
integer
Tiger watchlist event id (internal id from your watchlist).
number
Override the event threshold for the request.

Response

The user feed returns a wrapped object: Each trade includes platform, event_ticker, market_id, outcome, timestamp, trade_size_usd, price, and count.

Endpoint reference

event_id in /v1/whales/event/{event_id}/… is your watchlist id (not the exchange event ticker).

Examples

Whale feed

Watchlist

Stats and per-event trades

period accepts 24h, 7d, or all on stats endpoints.