fetchMyTrades
Retrieve your trade history for a specific cryptocurrency account and symbol through the CCXT MCP Server. Input account details, symbol, and optional filters like timestamp or limit to fetch personal trading data.
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') |