Generate a new Relayer Account
POST /relayer-accounts/generate
Generate a new Relayer Account
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Body
Name
Type
Description
name
string
Name of the user
age
number
Age of the user
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 hbar balance of the specified Relayer AccountNextReturn the list of Relayer Accounts for the user
Last updated