fetchMyTrades
Retrieve personal trade history from cryptocurrency exchanges to track transactions, analyze performance, and maintain records for configured trading accounts.
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') | |
| symbol | No | Trading symbol (e.g., 'BTC/USDT') | |
| since | No | Timestamp in ms to fetch trades since (optional) | |
| limit | No | Limit the number of trades returned (optional) |