Get Kalshi Trades
Kalshi
Get Kalshi Trades
Get the executed-trade tape for Kalshi markets — actual fills, not quotes.
GET
Get Kalshi Trades
Get the executed-trade tape for Kalshi markets — actual fills, not quotes. Use this when you need realized prices and traded size over a window, for example to see how conviction moved while an event unfolded; narrow with
ticker and the min_ts / max_ts Unix-second range, and set is_block_trade to isolate large negotiated trades.
Returns trades[] with trade_id, ticker, count_fp (contracts), yes_price_dollars / no_price_dollars, taker_side, and created_time, plus a cursor to page with.
For the current quotes, settlement rules, and market metadata rather than fills, use get_kalshi_markets.Authorizations
Your AIsa API key as a Bearer token.
Query Parameters
Number of results per page. Defaults to 100. Maximum value is 1000.
Required range:
0 <= x <= 1000Example:
100
Pagination cursor from the previous response.
Filter by Kalshi market ticker.
Example:
"KXMVESPORTSMULTIGAMEEXTENDED-S20268A776ACB3C6-43886DEE17A"
Filter trades after this Unix timestamp.
Filter trades before this Unix timestamp.
Filter trades by whether they are block trades. Omit to return all trades.
Example:
false