Get Portfolio History
get_portfolio_historyRetrieve paginated copy-trade history with optional date filtering, showing individual trade records for review. Does not return portfolio value over time; use PnL history for that.
Instructions
Retrieve paginated copy-trade history (individual trade records) with optional date filtering. For portfolio value over time, use get_pnl_history instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of records to return. | |
| since | No | ISO 8601 timestamp — only return records after this time. | |
| until | No | ISO 8601 timestamp — only return records before this time. | |
| cursor | No | Pagination cursor from a previous response. |