Get Kalshi Trades
Kalshi
Kalshi Trade History
Get Kalshi Trades
GET
Get Kalshi Trades
Trade History fetches executed trade data for Kalshi markets with optional filtering by market ticker and time range. Returns trades with pricing for both yes and no sides, contract counts, taker side information, and timestamps. All timestamps are in seconds.
Best for: Analyzing trading activity on Kalshi, tracking executed trades for specific markets, monitoring real-time trade flow, building trade history datasets.
Endpoint:
GET /kalshi/trades
Example
Response
The response returns atrades array containing trade objects with fields such as trade ID, market ticker, contract count, yes/no prices (in both cents and dollars), taker side, and creation timestamp. A pagination object with has_more and pagination_key fields supports cursor-based pagination.Authorizations
Your AIsa API key as a Bearer token.
Query Parameters
The Kalshi market ticker to filter trades
Example:
"KXNFLGAME-25NOV09PITLAC-PIT"
Start time in Unix timestamp (seconds)
Example:
1762716000
End time in Unix timestamp (seconds)
Example:
1762720600
Maximum number of trades to return (default: 100)
Example:
10
Base64-encoded cursor for efficient pagination. Returned in the previous response's pagination object.
Example:
"eyJjcmVhdGVkX3RpbWUiOiIyMDI1LTAxLTE5VDEyOjAwOjAwLjAwMFoiLCJ0cmFkZV9pZCI6IjEyMzQ1Njc4OTAiLCJ0b3RhbCI6NTAwMDB9"