get-trades
Fetch recent trades for specific cryptocurrency trading pairs across exchanges using the CCXT MCP Server. Specify exchange, symbol, and limit to retrieve trade data efficiently.
Instructions
Get recent trades for a trading pair
Input Schema
Name | Required | Description | Default |
---|---|---|---|
exchange | Yes | Exchange ID (e.g., binance, coinbase) | |
limit | No | Number of trades to fetch | |
symbol | Yes | Trading pair symbol (e.g., BTC/USDT) |