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

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
}

Last updated