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.
Portfolio details
Error
Invalid user
Error
Too Many Requests
Error
Maintenance or Service unavailable
{- "data": [
- {
- "asset_id": 40,
- "asset_group": "coin",
- "asset_balance": "448.05557458",
- "fiat_balance": "33.34",
- "invested_amount": "30.00",
- "absolute_profit_amount": "3.34"
}
]
}