Transfer ERC20 Token
ERC20 Token can be transferred using this method. The weightage for this API is 5
API Specification
Transfer ERC20 Token
POST https://api.krypcore.com/api/v0/ft-manager/transferFT
ERC20 Token can be transferred 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 Wallet
quantity*
Numeric
Quantity
recipientAddress*
String
Recipient Address
walletType*
String
type of wallet
{
Data: {
referenceId: "xxxx",
txnHash: ""
},
Message: "FT transferred successfully",
Status: "SUCCESS"
}{
Status: "FAILURE",
Code: 400,
Message: "request error - invalid character '\"' after object key:value pair"
}{
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?