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.Authorization: ********************curl --location --request GET 'https://test.whitelabel.bitpanda.com/v2/portfolio/overview/fiats/' \
--header 'bp-user-id;' \
--header 'Authorization: Bearer <token>'{
"data": [
{
"asset_id": "72086abe-272a-11f0-97b2-02da11e44a70",
"asset_group": "coin",
"asset_balance": "448.05557458",
"fiat_balance": "33.34",
"invested_amount": "30.00",
"absolute_profit_amount": "3.34",
"staked_balance": "149.35183333",
"fiat_staked_balance": "11.11"
}
]
}