GET
/
core
/
portfolio
/
performance
curl --request GET \
  --url https://api.enterprise.sandbox.uphold.com/core/portfolio/performance \
  --header 'Authorization: Bearer <token>'
{
  "performance": {
    "totalInvested": "33.05129864621250531",
    "unrealizedGains": "0.63549363460192147"
  }
}

Authorizations

Authorization
string
header
required

OAuth 2.0 authentication.

Query Parameters

denomination
string
default:USD

Specifies the asset code to use as the denomination for value conversion. If not provided, USD is used by default.

Minimum length: 1
interval
enum<string>
default:one-day

The interval for the portfolio performance.

Available options:
one-hour,
one-day,
all-time

Response

200 - application/json

Portfolio performance retrieved.

The response is of type object.