Smart Money Flows
Ranks markets by absolute net S/A/B-grade whale flow over a requested timeframe. Use this discovery endpoint to answer where smart money is flowing before drilling into a specific market with /api/v1/market//intel. Pagination is anchored by an opaque cursor carrying the first page as_of timestamp so new whale trades do not reorder page 2.
condition_id. Once you have a market, follow up with Get Market Intel for the single-market breakdown.
Common filters:
timeframe=24h— lookback window (1h,4h,24h, or7d).min_grade=B— minimum trader grade in the flow. The defaultBmeans S, A, and B graded traders only.platform=polymarketorplatform=kalshi.direction=YESordirection=NO— restrict to one side of the flow.category=crypto— case-insensitive exact match against the provider-backed market category.
as_of timestamp, so new whale trades do not reorder later pages. See Pagination.Authorizations
API key: Authorization: Bearer oxi_sk_live_...
Headers
Conditional GET validator from a previous ETag. Matching values return 304 Not Modified with an empty body.
Query Parameters
Lookback window for grade-filtered whale flow aggregation.
1h, 4h, 24h, 7d Page size.
1 <= x <= 100Opaque cursor from previous response's next_cursor. Encodes the first-page as_of timestamp plus the last row's absolute net flow and condition_id.
Case-insensitive exact match against provider-backed market_canonical.category.
Filter by source platform. all is a request-side no-op.
polymarket, kalshi, all Minimum latest trader grade included in the flow. Default B means S/A/B only; unranked traders are excluded.
S, A, B, C, D, F Optional post-aggregate flow direction filter.
YES, NO