withdrawal_balance: the available balance that can be withdrawn by the user.portfolio_balance: the total portfolio balance, including the assets under management.unconfirmed_balance: the balance that is not yet confirmed and therefore not available for use.Authorization: ********************curl --location 'https://test.whitelabel.bitpanda.com/v1/fiat-transfers/balances' \
--header 'bp-user-id: usr_abc123' \
--header 'Authorization: Bearer <token>'{
"data": {
"withdrawal_balance": "25.00",
"portfolio_balance": "2368.68",
"unconfirmed_balance": "2368.68"
}
}