get_orderbook
Retrieve top order book levels for a trading symbol, returning bid and ask prices with sizes. Specify depth to control the number of levels.
Instructions
Top-N order book levels.
Returns {"bids": [[price, size], ...], "asks": [[price, size], ...]}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | ||
| depth | No |