GetReserveData
get
Retrieves reserve data for a specific asset from the Aave pool.
Authorizations
AuthorizationstringRequired
Path parameters
accountstringRequired
- The account identifier.
Query parameters
chainIdstringRequired
- The blockchain chain ID.
addressstringRequired
- The address of the Aave pool.
assetstringRequired
- The asset for which to retrieve reserve data.
Header parameters
AuthorizationstringRequired
- The authorization token.
Responses
200
A promise that resolves to an AavePoolAPIResponse containing the reserve data.
application/json
get
/aave/v3/pool/{account}/getReserveData200
A promise that resolves to an AavePoolAPIResponse containing the reserve data.