improved
New AAVE Datapoints on our Lending Lens' Endpoints
about 1 month ago by Amberdata Support
2024-10-16
We’re excited to announce a data enhancement to our Protocol, Asset, and Wallet Lens Lending Endpoints. This update provides insights into how the reserves of Aave V2 and V3 pools change in response to specific actions on the protocol.
Now, you can better understand fluctuations in lending and borrowing rates and gain valuable insights into liquidity risks under different market conditions.
We hope this improvement enhances your analytical capabilities. Let us know if you have any questions!
Endpoints affected
https://api.amberdata.com/defi/lending/{protocolId}/protocol
https://api.amberdata.com/defi/lending/{protocolId}/assets/{asset}
https://api.amberdata.com/defi/lending/{protocolId}/wallets/{walletAddress}
Datapoints added to endpoint response
"reserve": {
"liquidityRate":
"stableBorrowRate":
"variableBorrowRate":
"liquidityIndex":
"variableBorrowIndex":
"totalDepositsNative":
"totalDepositsUSD":
"totalBorrowsNative":
"totalBorrowsUSD":
}
Description of datapoints
Field | Type | Description |
---|---|---|
reserve.liquidityRate | number | The current annualized interest rate (APY) depositors are earning on their provided liquidity |
reserve.stableBorrowRate | number | The current annualized interest rate (APY) for borrowers who have opted for a stable borrowing rate |
reserve.variableBorrowRate | number | The current annualized interest rate (APY) for borrowers who have chosen a variable borrowing rate |
reserve.liquidityIndex | number | Cumulative index for growth of funds in the reserve over time, accounting for accrued interest |
reserve.variableBorrowIndex | number | Cumulative index for growth of the debt for variable rate borrowers overtime, accounting for accrued interest |
reserve.totalDepositsNative | number | The total amount of assets deposited into the reserve, expressed in asset native units (e.g ETH, DAI..) |
reserve.totalDepositsUSD | number | The total value of assets deposited into the reserve, converted to US Dollars |
reserve.totalBorrowsNative | number | The total amount of assets borrowed from the reserve, express in the asset native units (e.g ETH, DAI..) |
reserve.totalBorrowsUSD | number | The total value of assets borrowed from the reserve, converted to US Dollars. |