βοΈTransaction Prerequisites
This page describes the concept of Transaction Prerequisites and how to handle it in Rango API workflow.
Stellar Change Trust Prerequisite
{
..., // other swap endpoint response fields
"tx": {
"blockChain": "ARBITRUM",
"from": "0x....",
"to": "0x...",
"spender": "0x...",
"data": "0x...",
"value": 1000000000000000000,
"prerequisites": [
{
"code": "USDC",
"issuer": "GA5ZSEJYB37JRC5AVCIA5MOP4RHTM335X2KGX3IHOJAPP5RE34K4KZVN",
"value": "922337203685.4775807",
"wallet": "G....." // user's stellar wallet address
}
]
}
}XRP Ledger Change Trust Prerequisite
Last updated