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

Retiring Tokens

Retire tokens.

POST /contracts/retire/pools/{poolId}/retire

Retire tokens.

Path Parameters

Name
Type
Description

poolId

String

Pool Identifier

content:
            application/json:
              schema:
                type: boolean

 content:
            application/json:
              schema:
                $ref: '#/components/schemas/InternalServerErrorDTO'

Last updated