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

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

Last updated