Collateral Setting
Sets the asset of address to be used as collateral or not.
/aave/setUserUseReserveAsCollateral
Query Parameters
Name
Type
Description
Request Body
Name
Type
Description
{
"operation": "TOGGLECOLLATERAL",
"token": "KNC",
"to_addr": "0xA5576138F067EB83C6Ad4080F3164b757DEB2737",
"rawTx": {
"from": "0xa5576138f067eb83c6ad4080f3164b757deb2737",
"value": "0x0",
"to": "0x7d2768de32b0b80b7a3454c06bdac94a69ddc7a9",
"data": "0x5a3b74b9000000000000000000000000dd974d5c2e2928dea5f71b9825b8b646686bd2000000000000000000000000000000000000000000000000000000000000000000",
"nonce": "0x743",
"gasLimit": "0x7a120",
"gasPrice": "0x104c533c00"
},
"isError": false,
"resendRequest": false,
"text": ""
}Last updated