get_orderbook
Retrieve order book depth data for any trading pair on Bybit, showing current bids and asks with configurable depth limit and product type.
Instructions
Get order book depth data.
Args: symbol: The trading pair, e.g., BTCUSDT. category: Product type: spot, linear, inverse (default: spot). limit: Depth limit: 1-200 (default: 25).
Returns: Order book with bids and asks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | ||
| category | No | spot | |
| limit | No |