For the complete documentation index, see llms.txt. This page is also available as Markdown.

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'
  }

Last updated