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

Returns all Standard Registries

Returns an array of Standard Registries for user to select one during registration process

GET /accounts/standard-registries

Returns all Standard Registries

{
    content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/Account'
}

Was this helpful?