getAaveReserveData
Retrieve detailed reserve data from Aave, including liquidity, debt totals, and interest rates, by specifying the asset address and chain ID.
Instructions
Fetches reserve data for a given asset from Aave including available liquidity, total stable and variable debt, and interest rates.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
asset | Yes | The token contract address of the asset. | |
chainId | Yes | Chain ID where Aave is deployed. |