Returns the list of owned assets
GET/v1/portfolio/overview/fiats/:fiatId
The endpoint returns the fiat equivalent of user's assets. For example, as a user I have 2.5 ETH, so the endpoint will return how much is my ETH asset worth (e.g. fiat_balance 1000.34). Depending on the passed fiat_id, the amount will be returned in the corresponding currency. Asset balance for a given asset is the sum of its available balance and staked balance.
Request
Responses
- 200
- 400
- 401
- 422
- 429
- 500
- 503
Portfolio details
Error
Invalid user
Error
Too Many Requests
Response Headers
The rate limit ceiling for the current time window. Envoy may include multiple limits and window metadata.
50, 50;w=1The number of requests remaining in the current rate limit window.
0The number of seconds until the current rate limit window resets.
1Indicates the request was rate limited by the Envoy proxy.
trueError
Maintenance or Service unavailable