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

UnFreeze Tokens of a user

UNFREEZE TRANSFER OF TOKENS OF A USER

Unfreezes transfers of the specified token for the user

PUT /tokens/{tokenId}/{username}/unfreeze

Unfreezes transfers of the specified token for the user. Only users with the Standard Registry role are allowed to make the request

Path Parameters

Name
Type
Description

tokenID*

String

Token ID

username*

String

Username

{
    content:
            application/json:
              schema:
                $ref: '#/components/schemas/TokenInfo'
}
{
    content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
}
{
    // Response
}
{
    // Response
}
{
    content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
}

Was this helpful?