All pages
Powered by GitBook
1 of 6

Loading...

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

Name
Type
Description

username*

String

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

Name
Type
Description

username*

String

The name of the user for whom to fetch the information

{
    content:
            application/json:
              schema:
                $ref: '#/components/schemas/User'
}
{
    // Response
}
{
    // Response
}
{
    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

Name
Type
Description

username*

String

The name of the user for whom to update the information

{
    // Response
}
{
    // Response
}
{
    // Response
}
{
    content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
}

Loading...

Loading...