You can retrieve the performance of several accounts in the portfolio by using the Get Many Accounts Performance endpoint.
Denomination
Thedenomination
query parameter allows you to denominate rates against another asset. If no value is set for this parameter, it defaults to USD
.
Interval
Theinterval
query parameter determines the time period for which performance data is calculated and returned. This allows you to analyze account performance over different timeframes, from recent short-term activity to comprehensive long-term investment tracking. Each interval value corresponds to a specific historical period:
Interval | Description |
---|---|
one-hour | Past hour of historical data |
one-day | Past day of historical data |
all-time | All historical data available |
Authorizations
OAuth 2.0 authentication.
Path Parameters
The account id.
Query Parameters
Specifies the asset code to use as the denomination for value conversion. If not provided, USD is used by default.
Minimum length:
1
The interval for the portfolio performance.
Available options:
one-hour
, one-day
, all-time
Response
Portfolio account performance retrieved.