Token Approval
Name
Value
Name
Type
Description
{
"recipient": "0xRecipientAddressABC123",
"assetType": "USDC",
"amount": 50
}{
"status": 200,
"message": "Unsigned approve transaction generated successfully",
"data": {
"to": "0xTokenContractAddressXYZ",
"value": 0,
"gasLimit": "0x186a0",
"gasPrice": "20000000000",
"nonce": "5",
"data": "0x095ea7b3000000000000000000000000DEXContractAddressDEF4560000000000000000000000000000000000000000000000000000000000000032",
"from": "0xRecipientAddressABC123",
"spender": "0xDEXContractAddressDEF456"
}
}{
"status": 400,
"error": "Invalid Request",
"message": "Invalid recipient address",
"data": null
}Last updated