Approve ERC20Token
ERC Token can be approved using this method. The weightage for this API is 5
API Specification
Approve ERC20Token
POST https://api.krypcore.com/api/v0/ft-manager/approveFT
ERC Token can be approved under the given instance.
Headers
Authorization*
String
User Auth Key obtained from Dash
DappId*
String
DappId
Request Body
chainId*
String
The Chain ID to specify the blockchain network.
approveAddress*
String
Address that requires approval to manage ERC20 tokens on token owner's behalf
custodialWalletAccessToken*
String
The access token for the custodial wallet
contractAddress*
String
The contract address of the ERC20 token
quantity*
String
The quantity of ERC20 tokens to approve
walletType*
String
The type of wallet being used
{
"Data": {
"referenceId": "xxxxxxxxxxxxx",
"txnHash": ""
},
"Message": "ERC20 Token Created Successfully",
"Status": "SUCCESS"
}{
"Status": "FAILURE",
"Code": 400,
"Message": "no / multiple instances found"
}{
"Data": null,
"Message": "Mandatory params missing",
"Status": "FAILURE"
}Take a look at how you might call this method using our official libraries, or via curl:
Last updated
Was this helpful?