TokenService
Transactions and queries for the Token Service.
To transfer tokens created by HTS, please reference the cryptoTransfer
API.
TokenService
Method Name | Request Type | Response Type | Description |
---|---|---|---|
| Creates a new Token by submitting the transaction | ||
| Updates the account by submitting the transaction | ||
| Mints an amount of the token to the defined treasury account | ||
| Burns an amount of the token from the defined treasury account | ||
| (NOT CURRENTLY SUPPORTED) Deletes a Token | ||
| Wipes the provided amount of tokens from the specified Account ID | ||
| Freezes the transfer of tokens to or from the specified Account ID | ||
| Unfreezes the transfer of tokens to or from the specified Account ID | ||
| Flags the provided Account ID as having gone through KYC | ||
| Removes the KYC flag of the provided Account ID | ||
| Associates tokens to an account | ||
| Dissociates tokens from an account | ||
| Updates the custom fee schedule on a token | ||
| Retrieves the metadata of a token | ||
| Gets info on NFTs N through M on the list of NFTs associated with a given account | ||
| Retrieves the metadata of an NFT by TokenID and serial number | ||
| Gets info on NFTs N through M on the list of NFTs associated with a given Token of type | ||
| Pause the token | ||
| Unpause the token |
Last updated