Retrieves the historical balance of the portfolio, including the total and available balance over time.
denomination
query parameter allows you to denominate rates against another asset. If no value is set for this parameter, it defaults to USD
.
There is a specific set of assets allowed, including but not limited to: USD
, EUR
, GBP
, AUD
, CAD
, NZD
, MXN
, and BTC
. If you need a particular asset added to this list, please reach out to your Account Manager.
interval
query parameter determines the overall timespan of historical data and the frequency of the data points (rollup frequency).
Each interval value defines how far back in time the data spans, and how granular each returned data point is within that range:
Interval | Description | Rollup Frequency |
---|---|---|
one-hour | Past hour of historical data | 1 minute |
one-day | Past day of historical data | 10 minutes |
one-week | Past week of historical data | 1 hour |
one-month | Past month of historical data | 6 hours |
one-year | Past year of historical data | 2 days |
OAuth 2.0 authentication.
Specifies the asset code to use as the denomination for value conversion. If not provided, USD is used by default.
1
The interval for the portfolio historical data.
one-hour
, one-day
, one-week
, one-month
, one-year
Portfolio historical balance retrieved.
The response is of type object
.