Get balance history
GET/api/v1/dashboard/balance-history
Retrieve daily equity snapshots and performance metrics for charting. Returns balance snapshots grouped by date across all matching accounts. Accepts JWT, connected app device token (dt_*), or API key. Connected app tokens require the trading:read scope.
Request
Responses
- 200
- 401
- 500
Balance history data with per-day equity and aggregate performance metrics.
Authentication required.
Failed to retrieve balance history.