Get Kalshi Trades
Kalshi
Kalshi Trades
Get Kalshi Trades
GET
Get Kalshi Trades
Trades fetches executed Kalshi trades. The AIsa route returns the Kalshi Trade API response shape with top-level
trades and cursor fields.
Best for: Inspecting recent trades, filtering by market ticker or timestamp, and optionally including/excluding block trades.
Endpoint: GET /kalshi/trades
Example
Response
The response object contains atrades array and, when more results are available, a cursor string for the next page. Trade objects include fields such as trade_id, ticker, count_fp, yes_price_dollars, no_price_dollars, taker_side, taker_book_side, taker_outcome_side, is_block_trade, and created_time.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