Returns the list of owned assets

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.

SecuritybearerAuth
Request
path Parameters
fiatId
required
integer <int32>
header Parameters
bp-user-id
required
string <uuid>
Responses
200

Portfolio details

400

Error

401

Invalid user

422

Error

429

Too Many Requests

500

Error

503

Maintenance or Service unavailable

get/v1/portfolio/overview/fiats/{fiatId}
Request samples
Response samples
application/json
{
  • "data": [
    ]
}