fetchOrderBook
Retrieve real-time order book data for cryptocurrency trading pairs from exchanges like Binance or Coinbase to analyze market depth and liquidity.
Instructions
Fetch order book for a symbol on an exchange
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| exchangeId | Yes | Exchange ID (e.g., 'binance', 'coinbase') | |
| symbol | Yes | Trading symbol (e.g., 'BTC/USDT') | |
| limit | No | Limit the number of orders returned (optional) |