Aave V3
/getpool
Get the lend and borrow APY for the given pool from AAVE protocol.
Query Parameters
Name
Type
Description
https://api.expand.network/lendborrow/getpool?lendborrowId=1200&asset=0x6b175474e89094c44da98b954eedeac495271d0f{
"status": 200,
"msg": "success",
"data": {
"tokenAddress": "0x6b175474e89094c44da98b954eedeac495271d0f",
"variableBorrowRate": "4.25",
"stableBorrowRate": "6.42",
"variableSupplyRate": "0",
"stableSupplyRate": "2.92"
}
}/getpools
Get the list of supply and borrow APYs of the mentioned assets.
Query Parameters
Name
Type
Description
/getuseraccountdata
Get the repay, borrow, and withdraw amount details for the given user.
Query Parameters
Name
Type
Description
/borrow
Trigger the borrow transaction from the given protocol.
Request Body
Name
Type
Description
/deposit
Trigger the deposit transaction from the given protocol.
Request Body
Name
Type
Description
/liquidate
Trigger the liquidate transaction from the given protocol.
Request Body
Name
Type
Description
/repay
Trigger the repay transaction from the given protocol.
Request Body
Name
Type
Description
/withdraw
Trigger the withdraw transaction from the given protocol.
Request Body
Name
Type
Description
/migrate
Trigger the migrate transaction from the given protocol.
Request Body
Name
Type
Description
/setuseremode
Trigger the E-Mode options for the user.
Request Body
Name
Type
Description
/exitisolationmode
Trigger the exit of isolation mode options for the user.
Request Body
Name
Type
Description
Last updated

