Kalshi Trades
GET
/gateway/v1/prediction-market/kalshi/tradesReturns individual trade records for a Kalshi market.
Filters: `taker_side`, `min_contracts`, and date range.
Sort: `timestamp` or `num_contracts`.
Data refresh: real-time
Query Parameters
tickerstringrequired
Market ticker identifier. Use GET /v1/prediction-market/kalshi/markets or GET /v1/search/kalshi?q={keyword} to discover valid tickers.
Example:
KXBTC2026250-27JAN01-250000taker_sideenum<string>
Filter by taker side: `yes` or `no`
Available options:
yesnomin_amountinteger
Minimum notional volume in USD (each contract = $1)
fromstring
Start of time range. Accepts Unix seconds (`1704067200`) or date string (`2024-01-01`)
tostring
End of time range. Accepts Unix seconds (`1706745600`) or date string (`2024-02-01`)
sort_byenum<string>
Field to sort results by
Available options:
timestampnotional_volume_usdExample:
timestamporderenum<string>
Sort order
Available options:
ascdescExample:
desclimitinteger
Results per page
Example:
50offsetinteger
Pagination offset
Example:
0Kalshi Trades
OK