v1

latestOpenAPI 3.1.02026-07-2657157254.1 KB
kalshi

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

get/v2/kalshi/orderbooks-subcent

Query parameters

tickerstring required

The Kalshi market ticker

The Kalshi market ticker

start_timeinteger required

Start time in Unix timestamp (milliseconds)

Start time in Unix timestamp (milliseconds)

end_timeinteger required

End time in Unix timestamp (milliseconds)

End time in Unix timestamp (milliseconds)

limitinteger

Maximum number of snapshots to return

Maximum number of snapshots to return

pagination_keystring nullable

Pagination key to get the next chunk of data

Pagination key to get the next chunk of data

sourcesstring

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