Retrieve valuation history
Retrieve an account's valuation time series for the requested period. Suitable for charting an account's valuation over time.
Path parameters
The ID of the account to retrieve the valuation history for.
The ID of the account to retrieve the valuation history for.
Query parameters
The period start (in ISO 8601 date format). Note the period is interpreted as a closed interval with both period_start and period_end included.
The period start (in ISO 8601 date format). Note the period is interpreted as a closed interval with both period_start and period_end included.
The period end (in ISO 8601 date format). Note the period is interpreted as a closed period is interpreted as a closed interval with both period_start and period_end included.
The period end (in ISO 8601 date format). Note the period is interpreted as a closed period is interpreted as a closed interval with both period_start and period_end included.
Response
OK
Example response
{
"series": [
[
"2026-07-13T09:34:12Z",
"12345.67"
],
[
"2026-07-14T09:34:12Z",
"12350.12"
]
]
}