list_trading_history
List closed trades from a given date forward, with pagination support for large result sets.
Instructions
List closed trades since a given date.
Returns trades closed on or after min_date for the configured
environment (demo or real account). Each trade includes position and
order ids, instrument id, direction (isBuy), leverage, units,
invested amount and fees in the account currency, open/close rates in
the instrument's quote currency, and ISO 8601 open/close timestamps.
Paginate with page and limit. Quota: 60 requests per 60
seconds (shared default pool).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination; omit for the first page. | |
| limit | No | Maximum number of trades per page. | |
| min_date | Yes | Start of the reporting period, date in YYYY-MM-DD format. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||