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
}

Last updated