Сan we get the data about the amount of tokens a particular user can borrow?

  • Aave Protocol
  • Borrow rate
  • Aave
Expert

Hello All, Can we get the data about the amount of tokens a particular user can borrow, from the Aave smart contract or do we need to calculate it manually taking the LTV into the consideration?

Much thanks in advance

Answers 1

Well you can query pool with getUserAccountData which gives you availableBorrow in market's base currency and then you will have to divide that by asset price in base currency to get amount of respective asset that can be borrowed

More info on Aave docs and here