fetchMyTrades
Retrieve personal trade history from a cryptocurrency exchange using a configured account. Supports filtering by symbol, timestamp, and trade limit through the CCXT MCP Server.
Instructions
Fetch personal trade history for a configured account
Input Schema
Name | Required | Description | Default |
---|---|---|---|
accountName | Yes | Account name defined in the configuration file (e.g., 'bybit_main') | |
limit | No | Limit the number of trades returned (optional) | |
since | No | Timestamp in ms to fetch trades since (optional) | |
symbol | No | Trading symbol (e.g., 'BTC/USDT') |