Skip to main content
GET
Public whale feed
Browse whale trades from a daily-rotated pool of subscribed events. No API key is required, but free and anonymous callers only see trades for a preview subset of that pool. Paid API keys unlock the full public pool on both /v1/whales/public/feed and /v1/whales/public/events. See Whale tracking for personal watchlists and full per-event stats.

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.
number
Minimum notional in USD (abs(price × size)). Defaults to the platform minimum.

Response

array
Whale trade objects (same shape as the user feed).
object
Aggregate 24h stats for the unlocked event set (total_volume_24h, total_trades_24h, avg_trade_size).
object
limit, offset, and total for the trade list.
boolean
true when the caller is free-tier or unauthenticated — only a prefix of the public pool is unlocked.
integer
How many events in the daily pool are fully visible for this caller.

Public event catalog

GET /v1/whales/public/events returns the same daily pool with per-event stats. Events beyond the unlocked prefix include locked: true.

Examples

Public feed (no API key)

Public events