Skip to main content
GET
Get Kalshi Trades

Query Parameters

ticker
string

The Kalshi market ticker to filter trades

Example:

"KXNFLGAME-25NOV09PITLAC-PIT"

start_time
integer

Start time in Unix timestamp (seconds)

Example:

1762716000

end_time
integer

End time in Unix timestamp (seconds)

Example:

1762720600

limit
integer
default:100

Maximum number of trades to return (default: 100)

Example:

10

pagination_key
string

Base64-encoded cursor for efficient pagination. Returned in the previous response's pagination object.

Example:

"eyJjcmVhdGVkX3RpbWUiOiIyMDI1LTAxLTE5VDEyOjAwOjAwLjAwMFoiLCJ0cmFkZV9pZCI6IjEyMzQ1Njc4OTAiLCJ0b3RhbCI6NTAwMDB9"

Response

Kalshi trades response with pagination

trades
object[]

Array of executed trades

pagination
object