Skip to main content
GET
Whale tracking
Monitor large trades across Kalshi and Polymarket. A whale trade is any stored trade whose notional (abs(price × size)) meets the threshold on a tracked event. The playground below targets the user feed. Watchlist and stats routes are listed in the examples.

Request

Query parameters

limit
integer
default:"50"
1–500.
offset
integer
default:"0"
Pagination offset.
start_date
string
ISO timestamp lower bound on trade time.
end_date
string
ISO timestamp upper bound on trade time.
platform
string
kalshi or polymarket.
event_id
string
Watchlist event id.
min_trade_size
number
Override the event threshold for the request.

Examples

Whale feed

Watchlist

Stats

period accepts 24h, 7d, or all.