3️⃣Build Approval Transaction
Last updated
Last updated
GET /v1/approveTx?tokenAddress=text&spender=text&amount=1 HTTP/1.1
Host: aggregator-api.xy.finance
Accept: */*
{
"success": true,
"tokenAddress": "0x8AC76a51cc950d9822D68b83fE1Ad97B32Cd580d",
"spender": "0x7D26F09d4e2d032Efa0729fC31a4c2Db8a2394b1",
"amount": "100000",
"tx": {
"to": "text",
"data": "text",
"value": "text"
}
}