admins
users
Get an account's balance
get/accounts/{username}/balance
Headers
authorizationstring required
Bearer token with the account's or administrator's authorization
Response
The account's balance
Example response
{
"balance": 0.23,
"asset_code": "ABC"
}