Mint Supply Tokens

Mint supply tokens on the Litecoin blockchain

Mint Supply of Fungible Tokens

This endpoint allows users to mint the dynamic supply of fungible tokens with an amount parameter which are under the managed supply token (create your managed supply token here).

NB: This end-point is only available under LiaaS Prime enterprise plan. Please check out Azure Marketplace for more details.

Mint Supply (API reference)

POST /api/FungibleTokens/Mint-supply

A post request to mint supply of fungible tokens.

Headers

Name
Type
Description

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
Type
Description

fromaddress*

string

Address from where you want to supply tokens

toaddress*

string

Address to where you're supplying these tokens (fromAddress and toAddress can be same)

propertyid*

int

The collection identifier to which you want to assign the supply

amount*

string

Amount of tokens you want to supply

Last updated

Was this helpful?