User Balance

RETURNS CURRENT USER'S HEDERA ACCOUNT BALANCE

Returns user

GET /accounts/balance

Requests current 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
}

Last updated