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

Tokens

Return a list of tokens.

get

Returns all tokens. For the Standard Registry role it returns only the list of tokens, for other users it also returns token balances as well as the KYC, Freeze, and Association statuses. Not allowed for the Auditor role.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
policyIdstringOptional

Policy Id

Example: 69aeb71ef8c5b278e3bab4e5
statusstring · enumOptional

Token status

Possible values:
pageIndexnumberOptional

The number of pages to skip before starting to collect the result set

Example: 0
pageSizenumberOptional

The numbers of items to return

Example: 20
Responses
200

Successful operation.

application/json
get
/tokens

Creates a new token.

post

Creates a new token. Only users with the Standard Registry role are allowed to make the request.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
tokenIdstringRequired

Hedera token ID (assigned after token creation on Hedera)

Example: 0.0.6046500
tokenNamestringRequired

Human-readable name of the token

Example: Carbon Credit Token
tokenSymbolstringRequired

Short ticker symbol for the token

Example: CCT
tokenTypestring · enumRequired

Token type on Hedera

Example: fungiblePossible values:
initialSupplystringRequired

Initial supply of the token (set to 0 for mintable tokens)

Example: 0
decimalsstringRequired

Number of decimal places (0 for NFTs, typically 2 for fungible tokens)

Example: 2
changeSupplybooleanRequired

Enable Supply key — allows minting and burning tokens

Example: true
enableAdminbooleanRequired

Enable Admin key — allows managing token properties

Example: true
enableFreezebooleanRequired

Enable Freeze key — allows freezing token transfers for specific accounts

Example: false
enableKYCbooleanRequired

Enable KYC key — allows granting/revoking KYC status for accounts

Example: true
enableWipebooleanRequired

Enable Wipe key — allows wiping token balance from specific accounts

Example: true
Responses
post
/tokens

Update token.

put

Update token. Only users with the Standard Registry role are allowed to make the request.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
tokenIdstringRequired

Hedera token ID (assigned after token creation on Hedera)

Example: 0.0.6046500
tokenNamestringRequired

Human-readable name of the token

Example: Carbon Credit Token
tokenSymbolstringRequired

Short ticker symbol for the token

Example: CCT
tokenTypestring · enumRequired

Token type on Hedera

Example: fungiblePossible values:
initialSupplystringRequired

Initial supply of the token (set to 0 for mintable tokens)

Example: 0
decimalsstringRequired

Number of decimal places (0 for NFTs, typically 2 for fungible tokens)

Example: 2
changeSupplybooleanRequired

Enable Supply key — allows minting and burning tokens

Example: true
enableAdminbooleanRequired

Enable Admin key — allows managing token properties

Example: true
enableFreezebooleanRequired

Enable Freeze key — allows freezing token transfers for specific accounts

Example: false
enableKYCbooleanRequired

Enable KYC key — allows granting/revoking KYC status for accounts

Example: true
enableWipebooleanRequired

Enable Wipe key — allows wiping token balance from specific accounts

Example: true
Responses
put
/tokens

Return a token by id.

get

Return the token.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
tokenIdstringRequired

Token identifier

Example: 69aeb71ef8c5b278e3bab4e5
Query parameters
policyIdstringOptional

Optional policy ID to filter linked policies in response

Example: 69aeb71ef8c5b278e3bab4e5
Responses
200

Successful operation.

application/json
tokenIdstringRequired

Hedera token ID (assigned after token creation on Hedera)

Example: 0.0.6046500
tokenNamestringRequired

Human-readable name of the token

Example: Carbon Credit Token
tokenSymbolstringRequired

Short ticker symbol for the token

Example: CCT
tokenTypestring · enumRequired

Token type on Hedera

Example: fungiblePossible values:
initialSupplystringRequired

Initial supply of the token (set to 0 for mintable tokens)

Example: 0
decimalsstringRequired

Number of decimal places (0 for NFTs, typically 2 for fungible tokens)

Example: 2
changeSupplybooleanRequired

Enable Supply key — allows minting and burning tokens

Example: true
enableAdminbooleanRequired

Enable Admin key — allows managing token properties

Example: true
enableFreezebooleanRequired

Enable Freeze key — allows freezing token transfers for specific accounts

Example: false
enableKYCbooleanRequired

Enable KYC key — allows granting/revoking KYC status for accounts

Example: true
enableWipebooleanRequired

Enable Wipe key — allows wiping token balance from specific accounts

Example: true
get
/tokens/{tokenId}

Creates a new token.

post

Creates a new token. Only users with the Standard Registry role are allowed to make the request.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
tokenIdstringRequired

Hedera token ID (assigned after token creation on Hedera)

Example: 0.0.6046500
tokenNamestringRequired

Human-readable name of the token

Example: Carbon Credit Token
tokenSymbolstringRequired

Short ticker symbol for the token

Example: CCT
tokenTypestring · enumRequired

Token type on Hedera

Example: fungiblePossible values:
initialSupplystringRequired

Initial supply of the token (set to 0 for mintable tokens)

Example: 0
decimalsstringRequired

Number of decimal places (0 for NFTs, typically 2 for fungible tokens)

Example: 2
changeSupplybooleanRequired

Enable Supply key — allows minting and burning tokens

Example: true
enableAdminbooleanRequired

Enable Admin key — allows managing token properties

Example: true
enableFreezebooleanRequired

Enable Freeze key — allows freezing token transfers for specific accounts

Example: false
enableKYCbooleanRequired

Enable KYC key — allows granting/revoking KYC status for accounts

Example: true
enableWipebooleanRequired

Enable Wipe key — allows wiping token balance from specific accounts

Example: true
Responses
post
/tokens/push

Update token.

put

Update token. Only users with the Standard Registry role are allowed to make the request.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
tokenIdstringRequired

Hedera token ID (assigned after token creation on Hedera)

Example: 0.0.6046500
tokenNamestringRequired

Human-readable name of the token

Example: Carbon Credit Token
tokenSymbolstringRequired

Short ticker symbol for the token

Example: CCT
tokenTypestring · enumRequired

Token type on Hedera

Example: fungiblePossible values:
initialSupplystringRequired

Initial supply of the token (set to 0 for mintable tokens)

Example: 0
decimalsstringRequired

Number of decimal places (0 for NFTs, typically 2 for fungible tokens)

Example: 2
changeSupplybooleanRequired

Enable Supply key — allows minting and burning tokens

Example: true
enableAdminbooleanRequired

Enable Admin key — allows managing token properties

Example: true
enableFreezebooleanRequired

Enable Freeze key — allows freezing token transfers for specific accounts

Example: false
enableKYCbooleanRequired

Enable KYC key — allows granting/revoking KYC status for accounts

Example: true
enableWipebooleanRequired

Enable Wipe key — allows wiping token balance from specific accounts

Example: true
Responses
put
/tokens/push

Deletes the token with the provided schema ID.

delete

Deletes the token with the provided schema ID. Only users with the Standard Registry role are allowed to make the request.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
tokenIdstringRequired

Token ID

Example: 69aeb71ef8c5b278e3bab4e5
Responses
delete
/tokens/push/{tokenId}

Delete multiple tokens.

post

Delete multiple tokens by their IDs. Only users with the Standard Registry role are allowed to make the request.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
tokenIdsstring[]RequiredExample: ["69aeb71ef8c5b278e3bab4e5"]
Responses
post
/tokens/push/delete-multiple

Associates the user with the provided Hedera token.

put

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

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
tokenIdstringRequired

Token ID

Example: 69aeb71ef8c5b278e3bab4e5
Responses
200

Successful operation.

application/json
idstringRequired

Internal database identifier

Example: 69aeb71ef8c5b278e3bab4e5
tokenIdstringRequired

Hedera token ID

Example: 0.0.6046500
tokenNamestringRequired

Human-readable name of the token

Example: Carbon Credit Token
tokenSymbolstringRequired

Short ticker symbol for the token

Example: CCT
tokenTypestring · enumRequired

Token type on Hedera

Example: fungiblePossible values:
decimalsstringRequired

Number of decimal places

Example: 2
associatedbooleanRequired

Whether the current user is associated with this token

Example: true
frozenbooleanRequired

Whether the current user's account is frozen for this token

Example: false
kycbooleanRequired

Whether the current user has passed KYC for this token

Example: true
balancestringRequired

Current token balance for the user

Example: 1000.50
enableAdminbooleanRequired

Whether the token has an Admin key

Example: true
enableFreezebooleanRequired

Whether the token has a Freeze key

Example: false
enableKYCbooleanRequired

Whether the token has a KYC key

Example: true
enableWipebooleanRequired

Whether the token has a Wipe key

Example: true
put
/tokens/{tokenId}/associate

Associates the user with the provided Hedera token.

put

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

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
tokenIdstringRequired

Token ID

Example: 69aeb71ef8c5b278e3bab4e5
Responses
put
/tokens/push/{tokenId}/associate

Associate the user with the provided Hedera token.

put

Disassociates the user with the provided Hedera token. Only users with the Installer role are allowed to make the request.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
tokenIdstringRequired

Token ID

Example: 69aeb71ef8c5b278e3bab4e5
Responses
200

Successful operation.

application/json
idstringRequired

Internal database identifier

Example: 69aeb71ef8c5b278e3bab4e5
tokenIdstringRequired

Hedera token ID

Example: 0.0.6046500
tokenNamestringRequired

Human-readable name of the token

Example: Carbon Credit Token
tokenSymbolstringRequired

Short ticker symbol for the token

Example: CCT
tokenTypestring · enumRequired

Token type on Hedera

Example: fungiblePossible values:
decimalsstringRequired

Number of decimal places

Example: 2
associatedbooleanRequired

Whether the current user is associated with this token

Example: true
frozenbooleanRequired

Whether the current user's account is frozen for this token

Example: false
kycbooleanRequired

Whether the current user has passed KYC for this token

Example: true
balancestringRequired

Current token balance for the user

Example: 1000.50
enableAdminbooleanRequired

Whether the token has an Admin key

Example: true
enableFreezebooleanRequired

Whether the token has a Freeze key

Example: false
enableKYCbooleanRequired

Whether the token has a KYC key

Example: true
enableWipebooleanRequired

Whether the token has a Wipe key

Example: true
put
/tokens/{tokenId}/dissociate

Associate the user with the provided Hedera token.

put

Disassociates the user with the provided Hedera token. Only users with the Installer role are allowed to make the request.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
tokenIdstringRequired

Token ID

Example: 69aeb71ef8c5b278e3bab4e5
Responses
put
/tokens/push/{tokenId}/dissociate

Transfers tokens from the authenticated user to the target account.

post

Transfers fungible or non-fungible tokens from the authenticated user's Hedera account to the specified target account. For FT, specify amount. For NFT, specify serialNumbers or amount (picks from end).

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
tokenIdstringRequired

Token ID

Example: 69aeb71ef8c5b278e3bab4e5
Body
targetAccountstringRequired

Target Hedera account ID

Example: 0.0.12345
amountnumberOptional

Amount (FT) or serial count to pick (NFT); must be > 0

Example: 10
serialNumbersnumber[]Optional

Specific NFT serial numbers to transfer; positive integers

Example: [1,2,3]
memostringOptional

Optional transaction memo

Responses
200

Successful operation.

No content

post
/tokens/{tokenId}/transfer

No content

Transfers tokens from the authenticated user to the target account.

post

Transfers fungible or non-fungible tokens asynchronously. Returns a task ID for tracking.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
tokenIdstringRequired

Token ID

Example: 69aeb71ef8c5b278e3bab4e5
Body
targetAccountstringRequired

Target Hedera account ID

Example: 0.0.12345
amountnumberOptional

Amount (FT) or serial count to pick (NFT); must be > 0

Example: 10
serialNumbersnumber[]Optional

Specific NFT serial numbers to transfer; positive integers

Example: [1,2,3]
memostringOptional

Optional transaction memo

Responses
200

Successful operation.

application/json
taskIdstringRequired

Task Id

Example: 9db028d2-03ad-4d49-a178-cf4b67f8c147
expectationnumberRequired

Expected count of task phases

Example: 8
actionstringRequired

Task action

Example: Create tool
userIdstringRequired

User Id

Example: 69bcfd90c98df6ceb05e8a78
post
/tokens/push/{tokenId}/transfer

Sets the KYC flag for the user.

put

Sets the KYC flag for the user. Only users with the Standard Registry role are allowed to make the request.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
tokenIdstringRequired

Token ID

Example: 69aeb71ef8c5b278e3bab4e5
usernamestringRequired

Username

Example: username
Responses
200

Successful operation.

application/json
idstringRequired

Internal database identifier

Example: 69aeb71ef8c5b278e3bab4e5
tokenIdstringRequired

Hedera token ID

Example: 0.0.6046500
tokenNamestringRequired

Human-readable name of the token

Example: Carbon Credit Token
tokenSymbolstringRequired

Short ticker symbol for the token

Example: CCT
tokenTypestring · enumRequired

Token type on Hedera

Example: fungiblePossible values:
decimalsstringRequired

Number of decimal places

Example: 2
associatedbooleanRequired

Whether the current user is associated with this token

Example: true
frozenbooleanRequired

Whether the current user's account is frozen for this token

Example: false
kycbooleanRequired

Whether the current user has passed KYC for this token

Example: true
balancestringRequired

Current token balance for the user

Example: 1000.50
enableAdminbooleanRequired

Whether the token has an Admin key

Example: true
enableFreezebooleanRequired

Whether the token has a Freeze key

Example: false
enableKYCbooleanRequired

Whether the token has a KYC key

Example: true
enableWipebooleanRequired

Whether the token has a Wipe key

Example: true
put
/tokens/{tokenId}/{username}/grant-kyc

Sets the KYC flag for the user.

put

Sets the KYC flag for the user. Only users with the Standard Registry role are allowed to make the request.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
tokenIdstringRequired

Token ID

Example: 69aeb71ef8c5b278e3bab4e5
usernamestringRequired

Username

Example: username
Responses
put
/tokens/push/{tokenId}/{username}/grant-kyc

Unsets the KYC flag for the user.

put

Unsets the KYC flag for the user. Only users with the Standard Registry role are allowed to make the request.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
tokenIdstringRequired

Token ID

Example: 69aeb71ef8c5b278e3bab4e5
usernamestringRequired

Username

Example: username
Responses
200

Successful operation.

application/json
idstringRequired

Internal database identifier

Example: 69aeb71ef8c5b278e3bab4e5
tokenIdstringRequired

Hedera token ID

Example: 0.0.6046500
tokenNamestringRequired

Human-readable name of the token

Example: Carbon Credit Token
tokenSymbolstringRequired

Short ticker symbol for the token

Example: CCT
tokenTypestring · enumRequired

Token type on Hedera

Example: fungiblePossible values:
decimalsstringRequired

Number of decimal places

Example: 2
associatedbooleanRequired

Whether the current user is associated with this token

Example: true
frozenbooleanRequired

Whether the current user's account is frozen for this token

Example: false
kycbooleanRequired

Whether the current user has passed KYC for this token

Example: true
balancestringRequired

Current token balance for the user

Example: 1000.50
enableAdminbooleanRequired

Whether the token has an Admin key

Example: true
enableFreezebooleanRequired

Whether the token has a Freeze key

Example: false
enableKYCbooleanRequired

Whether the token has a KYC key

Example: true
enableWipebooleanRequired

Whether the token has a Wipe key

Example: true
put
/tokens/{tokenId}/{username}/revoke-kyc

Unsets the KYC flag for the user.

put

Unsets the KYC flag for the user. Only users with the Standard Registry role are allowed to make the request.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
tokenIdstringRequired

Token ID

Example: 69aeb71ef8c5b278e3bab4e5
usernamestringRequired

Username

Example: username
Responses
put
/tokens/push/{tokenId}/{username}/revoke-kyc

Freeze transfers of the specified token for the user.

put

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

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
tokenIdstringRequired

Token ID

Example: 69aeb71ef8c5b278e3bab4e5
usernamestringRequired

Username

Example: username
Responses
200

Successful operation.

application/json
idstringRequired

Internal database identifier

Example: 69aeb71ef8c5b278e3bab4e5
tokenIdstringRequired

Hedera token ID

Example: 0.0.6046500
tokenNamestringRequired

Human-readable name of the token

Example: Carbon Credit Token
tokenSymbolstringRequired

Short ticker symbol for the token

Example: CCT
tokenTypestring · enumRequired

Token type on Hedera

Example: fungiblePossible values:
decimalsstringRequired

Number of decimal places

Example: 2
associatedbooleanRequired

Whether the current user is associated with this token

Example: true
frozenbooleanRequired

Whether the current user's account is frozen for this token

Example: false
kycbooleanRequired

Whether the current user has passed KYC for this token

Example: true
balancestringRequired

Current token balance for the user

Example: 1000.50
enableAdminbooleanRequired

Whether the token has an Admin key

Example: true
enableFreezebooleanRequired

Whether the token has a Freeze key

Example: false
enableKYCbooleanRequired

Whether the token has a KYC key

Example: true
enableWipebooleanRequired

Whether the token has a Wipe key

Example: true
put
/tokens/{tokenId}/{username}/freeze

Unfreezes transfers of the specified token for the user.

put

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

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
tokenIdstringRequired

Token ID

Example: 69aeb71ef8c5b278e3bab4e5
usernamestringRequired

Username

Example: username
Responses
200

Successful operation.

application/json
idstringRequired

Internal database identifier

Example: 69aeb71ef8c5b278e3bab4e5
tokenIdstringRequired

Hedera token ID

Example: 0.0.6046500
tokenNamestringRequired

Human-readable name of the token

Example: Carbon Credit Token
tokenSymbolstringRequired

Short ticker symbol for the token

Example: CCT
tokenTypestring · enumRequired

Token type on Hedera

Example: fungiblePossible values:
decimalsstringRequired

Number of decimal places

Example: 2
associatedbooleanRequired

Whether the current user is associated with this token

Example: true
frozenbooleanRequired

Whether the current user's account is frozen for this token

Example: false
kycbooleanRequired

Whether the current user has passed KYC for this token

Example: true
balancestringRequired

Current token balance for the user

Example: 1000.50
enableAdminbooleanRequired

Whether the token has an Admin key

Example: true
enableFreezebooleanRequired

Whether the token has a Freeze key

Example: false
enableKYCbooleanRequired

Whether the token has a KYC key

Example: true
enableWipebooleanRequired

Whether the token has a Wipe key

Example: true
put
/tokens/{tokenId}/{username}/unfreeze

Freeze transfers of the specified token for the user.

put

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

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
tokenIdstringRequired

Token ID

Example: 69aeb71ef8c5b278e3bab4e5
usernamestringRequired

Username

Example: username
Responses
put
/tokens/push/{tokenId}/{username}/freeze

Unfreezes transfers of the specified token for the user.

put

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

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
tokenIdstringRequired

Token ID

Example: 69aeb71ef8c5b278e3bab4e5
usernamestringRequired

Username

Example: username
Responses
put
/tokens/push/{tokenId}/{username}/unfreeze

Returns user information for the selected token.

get

Returns user information for the selected token. Only users with the Standard Registry role are allowed to make the request.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
tokenIdstringRequired

Token ID

Example: 69aeb71ef8c5b278e3bab4e5
usernamestringRequired

Username

Example: username
Responses
200

Successful operation.

application/json
idstringRequired

Internal database identifier

Example: 69aeb71ef8c5b278e3bab4e5
tokenIdstringRequired

Hedera token ID

Example: 0.0.6046500
tokenNamestringRequired

Human-readable name of the token

Example: Carbon Credit Token
tokenSymbolstringRequired

Short ticker symbol for the token

Example: CCT
tokenTypestring · enumRequired

Token type on Hedera

Example: fungiblePossible values:
decimalsstringRequired

Number of decimal places

Example: 2
associatedbooleanRequired

Whether the current user is associated with this token

Example: true
frozenbooleanRequired

Whether the current user's account is frozen for this token

Example: false
kycbooleanRequired

Whether the current user has passed KYC for this token

Example: true
balancestringRequired

Current token balance for the user

Example: 1000.50
enableAdminbooleanRequired

Whether the token has an Admin key

Example: true
enableFreezebooleanRequired

Whether the token has a Freeze key

Example: false
enableKYCbooleanRequired

Whether the token has a KYC key

Example: true
enableWipebooleanRequired

Whether the token has a Wipe key

Example: true
get
/tokens/{tokenId}/{username}/info

Return token serials.

get

Returns token serials of current user.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
tokenIdstringRequired

Token ID

Example: 69aeb71ef8c5b278e3bab4e5
Responses
200

Token serials.

application/json
number[]Optional
get
/tokens/{tokenId}/serials

No content

Return a list of tokens.

get

Returns tokens menu. Only users with the Standard Registry role are allowed to make the request.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200

Modules.

application/json
tokenIdstringRequired

Hedera token ID (assigned after token creation on Hedera)

Example: 0.0.6046500
tokenNamestringRequired

Human-readable name of the token

Example: Carbon Credit Token
tokenSymbolstringRequired

Short ticker symbol for the token

Example: CCT
tokenTypestring · enumRequired

Token type on Hedera

Example: fungiblePossible values:
initialSupplystringRequired

Initial supply of the token (set to 0 for mintable tokens)

Example: 0
decimalsstringRequired

Number of decimal places (0 for NFTs, typically 2 for fungible tokens)

Example: 2
changeSupplybooleanRequired

Enable Supply key — allows minting and burning tokens

Example: true
enableAdminbooleanRequired

Enable Admin key — allows managing token properties

Example: true
enableFreezebooleanRequired

Enable Freeze key — allows freezing token transfers for specific accounts

Example: false
enableKYCbooleanRequired

Enable KYC key — allows granting/revoking KYC status for accounts

Example: true
enableWipebooleanRequired

Enable Wipe key — allows wiping token balance from specific accounts

Example: true
get
/tokens/menu/all

Returns user information for the selected token.

get

Returns user information for the selected token. Only users with the Standard Registry role are allowed to make the request.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
tokenIdstringRequired

Token ID

Example: 69aeb71ef8c5b278e3bab4e5
relayerAccountIdstringRequired

Relayer Account Id

Example: 0.0.6046379
Responses
200

Successful operation.

application/json
idstringRequired

Internal database identifier

Example: 69aeb71ef8c5b278e3bab4e5
tokenIdstringRequired

Hedera token ID

Example: 0.0.6046500
tokenNamestringRequired

Human-readable name of the token

Example: Carbon Credit Token
tokenSymbolstringRequired

Short ticker symbol for the token

Example: CCT
tokenTypestring · enumRequired

Token type on Hedera

Example: fungiblePossible values:
decimalsstringRequired

Number of decimal places

Example: 2
associatedbooleanRequired

Whether the current user is associated with this token

Example: true
frozenbooleanRequired

Whether the current user's account is frozen for this token

Example: false
kycbooleanRequired

Whether the current user has passed KYC for this token

Example: true
balancestringRequired

Current token balance for the user

Example: 1000.50
enableAdminbooleanRequired

Whether the token has an Admin key

Example: true
enableFreezebooleanRequired

Whether the token has a Freeze key

Example: false
enableKYCbooleanRequired

Whether the token has a KYC key

Example: true
enableWipebooleanRequired

Whether the token has a Wipe key

Example: true
get
/tokens/{tokenId}/relayer-accounts/{relayerAccountId}/info

Associates the user with the provided Hedera token.

put

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

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
tokenIdstringRequired

Token ID

Example: 69aeb71ef8c5b278e3bab4e5
accountIdstringRequired

Account ID

Example: 0.0.6046379
Responses
200

Successful operation.

application/json
idstringRequired

Internal database identifier

Example: 69aeb71ef8c5b278e3bab4e5
tokenIdstringRequired

Hedera token ID

Example: 0.0.6046500
tokenNamestringRequired

Human-readable name of the token

Example: Carbon Credit Token
tokenSymbolstringRequired

Short ticker symbol for the token

Example: CCT
tokenTypestring · enumRequired

Token type on Hedera

Example: fungiblePossible values:
decimalsstringRequired

Number of decimal places

Example: 2
associatedbooleanRequired

Whether the current user is associated with this token

Example: true
frozenbooleanRequired

Whether the current user's account is frozen for this token

Example: false
kycbooleanRequired

Whether the current user has passed KYC for this token

Example: true
balancestringRequired

Current token balance for the user

Example: 1000.50
enableAdminbooleanRequired

Whether the token has an Admin key

Example: true
enableFreezebooleanRequired

Whether the token has a Freeze key

Example: false
enableKYCbooleanRequired

Whether the token has a KYC key

Example: true
enableWipebooleanRequired

Whether the token has a Wipe key

Example: true
put
/tokens/{tokenId}/associate/{accountId}

Associates the user with the provided Hedera token.

put

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

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
tokenIdstringRequired

Token ID

Example: 69aeb71ef8c5b278e3bab4e5
accountIdstringRequired

Account ID

Example: 0.0.6046379
Responses
put
/tokens/push/{tokenId}/associate/{accountId}

Associate the user with the provided Hedera token.

put

Disassociates the user with the provided Hedera token. Only users with the Installer role are allowed to make the request.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
tokenIdstringRequired

Token ID

Example: 69aeb71ef8c5b278e3bab4e5
accountIdstringRequired

Account ID

Example: 0.0.6046379
Responses
200

Successful operation.

application/json
idstringRequired

Internal database identifier

Example: 69aeb71ef8c5b278e3bab4e5
tokenIdstringRequired

Hedera token ID

Example: 0.0.6046500
tokenNamestringRequired

Human-readable name of the token

Example: Carbon Credit Token
tokenSymbolstringRequired

Short ticker symbol for the token

Example: CCT
tokenTypestring · enumRequired

Token type on Hedera

Example: fungiblePossible values:
decimalsstringRequired

Number of decimal places

Example: 2
associatedbooleanRequired

Whether the current user is associated with this token

Example: true
frozenbooleanRequired

Whether the current user's account is frozen for this token

Example: false
kycbooleanRequired

Whether the current user has passed KYC for this token

Example: true
balancestringRequired

Current token balance for the user

Example: 1000.50
enableAdminbooleanRequired

Whether the token has an Admin key

Example: true
enableFreezebooleanRequired

Whether the token has a Freeze key

Example: false
enableKYCbooleanRequired

Whether the token has a KYC key

Example: true
enableWipebooleanRequired

Whether the token has a Wipe key

Example: true
put
/tokens/{tokenId}/dissociate/{accountId}

Associate the user with the provided Hedera token.

put

Disassociates the user with the provided Hedera token. Only users with the Installer role are allowed to make the request.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
tokenIdstringRequired

Token ID

Example: 69aeb71ef8c5b278e3bab4e5
accountIdstringRequired

Account ID

Example: 0.0.6046379
Responses
put
/tokens/push/{tokenId}/dissociate/{accountId}

Last updated