market_get_order_book
Fetches the current order book depth for a trading pair on Binance, returning bid and ask price levels with quantities up to the requested depth.
Instructions
Deprecated: prefer ccxt_public_call and ccxt_describe_exchange for new integrations. Fetch the current order book depth for a trading pair from Binance. Returns bid and ask price levels with their quantities up to the requested depth.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Order book depth (default: '20') | |
| symbol | Yes | Trading pair symbol (e.g., 'BTCUSDT', 'ETHUSDT') |