Skip to main content
GET
Get Kalshi Market Data Range

Request

Headers

string
required
Bearer token. Example: Bearer YOUR_API_KEY

Query 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.

Example

Example response

next_cursor is opaque. Pass it back unchanged with the same ticker, start_timestamp, and end_timestamp to continue paging when has_more is true.