Retrieves the performance of the portfolio, including the average cost, total invested, and unrealized gains (gains and losses).
denomination
query parameter allows you to denominate rates against another asset. If no value is set for this parameter, it defaults to USD
.
interval
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 |
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 performance.
one-hour
, one-day
, all-time
Portfolio performance retrieved.
The response is of type object
.