fetchClosedOrders
Retrieve all completed orders from cryptocurrency exchanges to track trading history, analyze performance, and maintain records using configured exchange accounts.
Instructions
Fetch all closed orders using 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 orders since (optional) | |
| limit | No | Limit the number of orders returned (optional) | |
| params | No | Additional exchange-specific parameters |