Returns current hbar balance of the specified Relayer Account
GET /relayer-accounts/{account}/balance
Returns current hbar balance of the specified Relayer Account
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Body
Name
Type
Description
account
string
Account
Response
{
description: Successful operation.
content:
application/json:
schema:
type: object
}{
description: Unauthorized.
}{
description: Forbidden.
}{
description: Internal server error.
content:
application/json:
schema:
$ref: '#/components/schemas/InternalServerErrorDTO'
}
PreviousReturns the list of Relayer Accounts available for use in the Policy by the active userNextGenerate a new Relayer Account
Last updated