ticker_bookTicker
Get the best bid and ask prices with quantities for cryptocurrency trading symbols to monitor real-time order book liquidity and market depth.
Instructions
Best price/qty on the order book for a symbol or symbols.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | No | Trading symbol |
Input Schema (JSON Schema)
{
"properties": {
"symbol": {
"description": "Trading symbol",
"type": "string"
}
},
"type": "object"
}