Burn ERC20Token

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

API Specification

Burn ERC20Token

POST https://api.krypcore.com/api/v0/ft-manager/burnFT

ERC20 Token can be Burnedunder the given instance.

Headers

Name
Type
Description

Authorization*

String

User Auth Key obtained from Dash

DappId*

String

DappId

Request Body

Name
Type
Description

quantity*

String

The quantity of ERC20 tokens to burn

burnAddress*

String

The Ethereum address from which tokens will be burned

contractAddress*

String

The contract address of the ERC20 token being burned

chainId*

String

The Chain ID to specify the blockchain network

custodialWalletAccessToken*

String

Wallet Access Token Of Custodial Wallet

walletType*

String

The type of wallet being used

{
    Data: {
        "referenceId": "xxxx",
        "txnHash": ""
    },
    Message: "FT burnt successfully",
    Status: "SUCCESS"
}

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

Last updated

Was this helpful?