Returns historical whale trades from local whale_alerts rows, not request-time provider fetches. Filter by condition_id, trader, category, minimum grade, platform, and RFC3339 from/to windows. All filters are pushed into SQL before LIMIT, every request uses SQL-backed limit + 1 pagination, and results are ordered newest first by traded_at desc, id desc. Metadata exposes local_replay source and best_effort completeness.
Documentation Index
Fetch the complete documentation index at: https://docs.0xinsider.com/llms.txt
Use this file to discover all available pages before exploring further.
API key: Authorization: Bearer oxi_sk_live_...
1 <= x <= 100Pagination cursor from previous response's next_cursor. Prefix: wth_. URL-encode when replaying as a query parameter.
Minimum trade size in USD.
Exact raw provider condition_id. Unknown markets return an empty list.
Trader wallet address, timestamp-suffixed wallet alias, or username resolved against the traders table. Unknown traders return an empty list.
Filter by provider-backed market_canonical category (case-insensitive).
Minimum trader grade.
S, A, B, C, D, F Filter by whale_alerts.platform. all is equivalent to omitted.
polymarket, kalshi, all Inclusive RFC3339 lower bound on whale_alerts.traded_at.
Exclusive RFC3339 upper bound on whale_alerts.traded_at. Must be after from when both are present.