AAVE NEAR BOS: https://near.org/aave-v3.near/widget/AAVE
yarn iyarn start- App server will run on
localhost:8080
yarn deploy
- Ethereum Mainnet (1)
- Arbitrum One (42161)
- Polygon Mainnet (137)
- ZkEVM Testnet (1442)
-
markets
GET/:chainId/markets- Get all available AAVE markets
chainId: AAVE supported chain ID
-
deposits
GET/:chainId/deposits/:user- Get user deposits
chainId: AAVE supported chain IDuser: user address
-
debts
GET/:chainId/debts/:user- Get user debts
chainId: AAVE supported chain IDuser: user address
-
health factor
GET/:chainId/health/:user- Estimate user's new health factor after certain action
chainId: AAVE supported chain IDuser: user address- query params
action:deposit|withdraw|borrow|repayamount: token USD valueasset: token address