Aave.

Publication

Partagez vos connaissances.

Aaveator.
Feb 07, 2023
Questions et Réponses avec des Experts

Which ABI to call to get the APY from the supply and borrow?

Hey!

Which ABI to call to get the APY from the supply and borrow?

  • Aave Protocol
1
2
Partager
Commentaires
.

Réponses

2
0x8744...6532.
Feb 8 2023, 20:38

You can call getReservesData or getReserveData on the aaveProtocolDataProvider contract, on the pool, or on the UiPoolDataProvider.

These will return a lot of data including:

  • currentLiquidityRate: current supply rate. Expressed in ray
  • currentVariableBorrowRate: current variable borrow rate. Expressed in ray
  • currentStableBorrowRate: current stable borrow rate. Expressed in ray

A ray is a unit with 27 decimals of precision. All the rates (liquidity/borrow/utilisation rates) as well as the cumulative indexes and the aTokens exchange rates are expressed in Ray.

0
Meilleure réponse
Commentaires
.
Aaveator.
Feb 14 2023, 11:46

You can call getReserveData on the Pool contract to get rates for a single asset or getReservesData on the UiPoolDataProvider contract to fetch rates for all assets at once. More details here;

0
Commentaires
.

Connaissez-vous la réponse ?

Veuillez vous connecter et la partager.

Nous utilisons des cookies pour vous assurer la meilleure expérience sur notre site Web.
Plus d'infos