Returns the list of Relayer Accounts available for use in the Policy by the active user
GET/relayer-accounts/all
Returns the list of Relayer Accounts available for use in the Policy by the active user
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
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 current Relayer Account of the active userNextReturns current hbar balance of the specified Relayer Account
Last updated