Create Managed Supply Tokens
Create managed supply token on the Litecoin blockchain
Supply Fungible Token Creation
Unlike normal token creation, Kakr LiaaS also provides a way to create manageable supply fungible token which you can control the supply of and burn as per your needs. It ensures controlled issuance, preventing inflation or unauthorized creation. With this service, users have the flexibility to define various parameters of the token, such as its name, metadata as for desired additional information.
It creates a collection of dynamic fungible tokens, allowing you to mint their supply later using the Mint Supply Tokens endpoint, with the propertyid of a collection obtained from this request.
NB: This end-point is only available under LiaaS Prime enterprise plan. Please check out Azure Marketplace for more details.
Create Managed Supply Fungible Token(API reference)
POST
/api/FungibleTokens/Create-managed-supply-tokens
A post request to create managed supply fungible tokens.
Headers
Content-Type
application/json
wallet*
String
The wallet to hold the token
encryptedpassphrase*
String
Encrypted key of the wallet to hold the token
Request Body
name*
string
Name of the Token
address*
string
address to hold the token
url*
string
any existing domain to be attached with the Token
divisible*
boolean
whether token amount should be divisible or not
mainnet
boolean
Create token on Mainnet or Testnet. this is false by dafault which will create on Testnet
metadata
string
IPFS url of a file containing additional information about the token
Last updated
Was this helpful?