Mint ERC20 Token
ERC20 Token can be minted using this method. The weightage for this API is 5
API Specification
Mint ERC20 Token
POST
https://api.krypcore.com/api/v0/ft-manager/mintFT
ERC20 Token can be minted under the given instance.
Headers
Name
Type
Description
Authorization*
String
User Auth Key obtained from Dash
DappId*
String
DappId
Request Body
Name
Type
Description
contractAddress*
String
Contract Address
chainId*
String
Chain ID
custodialWalletAccessToken*
String
Wallet Access Token Of Custodial Token
erc*
String
Erc Standard
quantity*
String
Quantity
recipientAddress*
String
Recipient Address
walletType*
String
type of wallet
Take a look at how you might call this method using our official libraries, or via curl
:
Last updated
Was this helpful?