User Balance
Last updated
Was this helpful?
GET /accounts/balance
Returns the authenticated user's current Hedera account balance.
Authentication: Bearer token required (Authorization: Bearer <token>)
Permission: Permissions.PROFILES_BALANCE_READ
No request body or parameters required.
Status: 200 OK
{
"balance": 9.26,
"unit": "Hbar",
"user": {
"username": "example_user",
"did": "did:hedera:testnet:zHcDLGFNymFAJiMBKnpbHDgjvTn6yZnwkPPeFhtJBECH_0.0.4532001"
}
}401 Unauthorized
Missing or invalid token
403 Forbidden
Insufficient permissions
500 Internal Server Error
Unexpected server failure
Last updated
Was this helpful?
Was this helpful?