Get Balances
Get asset balances for the authenticated account.
get/v1/account/balances
Response
Balances response.
Example response
[
{
"asset": "USDC",
"balance": "10000.00",
"value": "10000.00"
}
]Changes
No recorded changes to this endpoint across all 7 revisions of this API.