3️⃣Build Approval Transaction
Returns the transaction data for the approval of token spend
Get the approve transaction
Query Parameters
Name
Type
Description
{
"isSuccess": true,
"msg": "",
"tokenAddress": "<tokenAddress>",
"spender": "<spender>",
"amount": "<amount>",
"tx": {
"to": "<tokenAddress>",
"data": "<data>",
}
}Last updated