binance_get_book_ticker
Get best bid/ask price and quantity for one, many, or all symbols. View current spread and top-of-book size without full order book depth.
Instructions
Fetch the best bid/ask price and quantity for one, several, or all symbols.
Calls GET /api/v3/ticker/bookTicker. Weight: symbol → 2; omitted or symbols → 4.
When to Use:
For the current spread and top-of-book size without the full depth of
binance_get_order_book.
When NOT to Use:
For multiple price levels — use
binance_get_order_book.
Returns:
Markdown: a table of bid/ask price+qty per symbol, capped at 100 rows. JSON:
count/shown plus the tickers.
Examples: params = {"symbol": "BTCUSDT"}
Error Handling:
An unknown symbol raises Binance -1121 Invalid symbol.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |