PAPI
API ReferenceKalshi Markets

Get Orderbook

GET
/kalshi/orderbooks
X-API-Key<token>

In: header

Path Parameters

ticker*string

Response Body

application/json

curl -X GET "https://loading/kalshi/orderbooks"
{
  "asks": [
    {
      "price": "string",
      "size": "string"
    }
  ],
  "bids": [
    {
      "price": "string",
      "size": "string"
    }
  ]
}