get-trades
Fetch recent trades for a specific trading pair from supported exchanges using the CCXT MCP Server. Specify exchange ID, 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) |