v1
latestOpenAPI 3.1.02026-07-2657157254.1 KBGet Kalshi Orderbooks V2
Fetch historical sub-cent orderbook snapshots for a Kalshi market.
Identical in shape to /orderbooks, but prices are decimal-cent strings (e.g. "36.50") instead of integers, and each snapshot carries a source field. All timestamps are in milliseconds.
The default (sources=spine) serves the standard capture streams; experimental streams are excluded unless sources=all is passed.
Query parameters
The Kalshi market ticker
The Kalshi market ticker
Start time in Unix timestamp (milliseconds)
Start time in Unix timestamp (milliseconds)
End time in Unix timestamp (milliseconds)
End time in Unix timestamp (milliseconds)
Maximum number of snapshots to return
Maximum number of snapshots to return
Pagination key to get the next chunk of data
Pagination key to get the next chunk of data
Which capture sources to include: 'spine' (default, the standard capture streams), 'all' (raw table, may include experimental duplicate streams), or a comma-separated list of exact source names.
Which capture sources to include: 'spine' (default, the standard capture streams), 'all' (raw table, may include experimental duplicate streams), or a comma-separated list of exact source names.
Response
Successful Response