get-orderbook
Retrieve real-time market order book data for specified trading pairs on cryptocurrency exchanges using 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) |