get_order_book
Retrieve real-time order book data for Binance USDT-M Futures trading pairs to analyze market depth and liquidity levels.
Instructions
Get order book bids and asks for a symbol.
Returns top limit bids and asks as [[price, qty], ...] lists.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Trading pair, e.g. 'BTCUSDT' | |
| limit | No | Depth levels: 5, 10, 20, 50, 100, 500, 1000 |