kalshi_get_market_orderbook
Retrieve the current order book for a specific market, showing active yes and no bids with price levels, quantities, and order counts. Use it to assess market depth for a given ticker.
Instructions
Get Market Orderbook Endpoint for getting the current order book for a specific market. The order book shows all active bid orders for both yes and no sides of a binary market. It returns yes bids and no bids only (no asks are returned). This is because in binary markets, a bid for yes at price X is equivalent to an ask for no at price (100-X). For example, a yes bid at 7¢ is the same as a no ask at 93¢, with identical contract sizes. Each side shows price levels with their corresponding quantities and order counts… Calls GET /markets/{ticker}/orderbook.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| depth | No | Depth of the orderbook to retrieve (0 or negative means all levels, 1-100 for specific depth) | |
| ticker | Yes | Market ticker |