Skip to main content
GET
/
api
/
v1
/
klsi
/
{klsi_id}
/
orderbook
[
  {
    "snapshot_time": "2023-11-07T05:31:56Z",
    "exchange": "<string>",
    "market_id": "<string>",
    "bid_side": [
      123
    ],
    "ask_side": [
      123
    ],
    "original_last_update": "2023-11-07T05:31:56Z"
  }
]

Authorizations

X-API-Key
string
header
required

Your API key (get one from the test-key endpoint above)

Path Parameters

klsi_id
string
required

Kalshi market ID

Query Parameters

limit
integer
default:10

Maximum number of rows to return (default: 10 in docs, max: 10000). Use a higher limit in your code.

cursor
string

Pagination cursor for next page

Response

200 - application/json

Orderbook snapshots

snapshot_time
string<date-time>
exchange
string
market_id
string
bid_side
number[]
ask_side
number[]
original_last_update
string<date-time>