Get Kalshi Market Data Range
Kalshi
Get Kalshi Market Data Range
Retrieve raw Kalshi market events across an inclusive timestamp range using cursor pagination.
GET
Get Kalshi Market Data Range
Request
Headers
string
required
Bearer token. Example:
Bearer YOUR_API_KEYQuery Parameters
string
required
The Kalshi market ticker. Values are normalized to uppercase.
integer
required
Inclusive lower timestamp bound. Accepts Unix seconds or milliseconds.
integer
required
Inclusive upper timestamp bound. Accepts Unix seconds or milliseconds.
string
Opaque cursor returned by the previous page for the same ticker and timestamp range.
integer
Maximum number of records to return per page. Default:
10000. Max: 100000.Response
string
The normalized Kalshi market ticker.
integer
Inclusive lower timestamp bound normalized to milliseconds.
integer
Inclusive upper timestamp bound normalized to milliseconds.
integer
Number of records returned in the current page.
array
Array of raw Kalshi records matching the requested range. Record shapes vary by event type.
object
Cursor pagination metadata.