GET
/
markets
/
{ticker}
/
orderbook
Get Market Order Book
curl --request GET \
  --url https://api.elections.kalshi.com/trade-api/v2/markets/{ticker}/orderbook
{
  "orderbook": {
    "no": [
      [
        123
      ]
    ],
    "yes": [
      [
        123
      ]
    ]
  }
}

Path Parameters

ticker
string
required

Market ticker - unique identifier for the specific market

Query Parameters

depth
integer

Maximum number of price levels to return per side (yes bids/no bids). Defaults to all levels. Maximum value is 100.

Response

200 - application/json

The response is of type object.