get_orderbook
Fetch real-time order book depth (bids and asks) for trading pairs on supported exchanges like MEXC, Gate.io, Bitget, and Kraken to analyze market liquidity and trading opportunities.
Instructions
Fetch order book depth (bids and asks) for a trading pair on a supported exchange
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| exchange | Yes | Exchange to query. Supported: mexc, gateio, bitget, kraken | |
| symbol | Yes | Trading pair symbol (e.g., BTC/USDT, INDY/USDT) | |
| limit | No | Number of results to return (default: 10, max: 100) |