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:Documentation Index
Fetch the complete documentation index at: https://aisa.one/docs/llms.txt
Use this file to discover all available pages before exploring further.
GET /kalshi/trades
trades 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.Your AIsa API key as a Bearer token.
The Kalshi market ticker to filter trades
"KXNFLGAME-25NOV09PITLAC-PIT"
Start time in Unix timestamp (seconds)
1762716000
End time in Unix timestamp (seconds)
1762720600
Maximum number of trades to return (default: 100)
10
Base64-encoded cursor for efficient pagination. Returned in the previous response's pagination object.
"eyJjcmVhdGVkX3RpbWUiOiIyMDI1LTAxLTE5VDEyOjAwOjAwLjAwMFoiLCJ0cmFkZV9pZCI6IjEyMzQ1Njc4OTAiLCJ0b3RhbCI6NTAwMDB9"