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
The name of the user for whom to fetch the balance
User Account Information
RETURNS USER'S ACCOUNT INFORMATION
Returns user account info
GET
/profiles/{username}
Returns user account information. For users with the Standard Registry role it also returns address book and VC document information
Path Parameters
The name of the user for whom to fetch the information
{
content:
application/json:
schema:
$ref: '#/components/schemas/User'
}
{
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
}
Setting User Credentials
SETS HEDERA CREDENTIALS
Sets Hedera credentials for the user
PUT
/profiles/{username}
Sets Hedera credentials for the user. For users with the Standard Registry role it also creates an address book
Path Parameters
The name of the user for whom to update the information
{
content:
application/json:
schema:
$ref: '#/components/schemas/Error'
}