get-orderbook
Retrieve the market order book for a specified trading pair and exchange, providing depth details for informed trading decisions with CCXT MCP Server integration.
Instructions
Get market order book for a trading pair
Input Schema
Name | Required | Description | Default |
---|---|---|---|
exchange | Yes | Exchange ID (e.g., binance, coinbase) | |
limit | No | Depth of the orderbook | |
symbol | Yes | Trading pair symbol (e.g., BTC/USDT) |