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

Associating User with the Hedera Token

Associates the user with the provided Hedera token.

PUT /tokens/push/{tokenId}/associate

Associates the user with the provided Hedera token. Only users with the Standard Registry role are allowed to make the request.

Path Parameters

Name
Type
Description

tokenId*

String

Token ID

{
    content:
            application/json:
              schema:
                $ref: '#/components/schemas/Task' 
}

Was this helpful?