fetchOrderBook
Retrieve the order book for a specified trading symbol on a cryptocurrency exchange, including bid and ask orders, to analyze market depth and liquidity. Integrates with over 100 exchanges via the CCXT MCP Server.
Instructions
Fetch order book for a symbol on an exchange
Input Schema
Name | Required | Description | Default |
---|---|---|---|
exchangeId | Yes | Exchange ID (e.g., 'binance', 'coinbase') | |
limit | No | Limit the number of orders returned (optional) | |
symbol | Yes | Trading symbol (e.g., 'BTC/USDT') |