User Account Balance
Was this helpful?
GET /profiles/{username}/balance
Requests Hedera account balance. Only users with the Installer role are allowed to make the request
username*
String
The name of the user for whom to fetch the balance
{
content:
application/json:
schema:
type: string
}{
// Response
}{
// Response
}{
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
}Was this helpful?
Was this helpful?