get-trades
Retrieve recent trades for a specified trading pair and exchange using the CCXT MCP Server. Input exchange ID, trading symbol, and optional trade limit to fetch 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) |