kalshi_orderbook
Get the resting yes/no bid levels in dollars for a market, using its ticker and optional depth limit to filter price levels.
Instructions
Order book for one market — resting yes/no bids by price level (dollar-denominated).
Returns: {orderbook_fp:{yes_dollars:[[price, size], …], no_dollars:[[price, size], …]}} (empty arrays when nothing is resting)
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| depth | No | Max price levels per side. | |
| ticker | Yes | Market ticker. Required — part of the URL path. |