User Account Balance

RETURNS USER'S ACCOUNT BALANCE

Returns user

GET /profiles/{username}/balance

Requests Hedera account balance. Only users with the Installer role are allowed to make the request

Path Parameters

NameTypeDescription

username*

String

The name of the user for whom to fetch the balance

{
    content:
            application/json:
              schema:
                type: string
}

Last updated