Create ERC20Token

ERC20 Token can be created using this method. The weightage for this API is 5

API Specification

Create ERC20Token

POST http://api.krypcore.com/api/v0/ft-manager/createERC20

ERC20 Token can be Created under the given instance.

Headers

Name
Type
Description

Authorization*

String

User Auth Key obtained from Dash

DappId*

String

DappId

Request Body

Name
Type
Description

chainId*

String

The Chain ID to specify the blockchain network

ERCStandard*

String

The standard of ERC (e.g., "ERC20") for the token

custodialWalletAccessToken*

String

Access Token for the custodial wallet

decimal

Numeric

The required decimal value for the token

premintAddress*

String

Pre Mint Address

tokenName*

String

The name of the token to be created

tokenSymbol*

String

The symbol of the token

walletType*

String

Type of Wallet

Take a look at how you might call this method using our official libraries, or via curl:

Here, "custodialWalletAccessToken" is wallet id.

Last updated

Was this helpful?