fetchTrades
Retrieve recent cryptocurrency trades for a specific trading pair and exchange. Specify symbol, exchange ID, and optional parameters like limit or timestamp to fetch precise trading data using the CCXT MCP Server.
Instructions
Fetch recent trades for a symbol on an exchange
Input Schema
Name | Required | Description | Default |
---|---|---|---|
exchangeId | Yes | Exchange ID (e.g., 'binance', 'coinbase') | |
limit | No | Limit the number of trades returned (optional) | |
since | No | Timestamp in ms to fetch trades since (optional) | |
symbol | Yes | Trading symbol (e.g., 'BTC/USDT') |
Input Schema (JSON Schema)
You must be authenticated.
Other Tools from CCXT MCP Server
Related Tools
- @doggybee/mcp-server-ccxt
- @doggybee/mcp-server-ccxt
- @lazy-dinosaur/ccxt-mcp
- @lazy-dinosaur/ccxt-mcp
- @lazy-dinosaur/ccxt-mcp