RETURNS CURRENT USER'S HEDERA ACCOUNT BALANCE
{
content:
application/json:
schema:
type: object
properties:
balance:
type: number
unit:
type: string
user:
type: object
properties:
username:
type: string
did:
type: string
}
{
content:
application/json:
schema:
}