For the complete documentation index, see llms.txt. This page is also available as Markdown.

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

Represents the structure of the response from the Aave Pool API.

successbooleanRequired

Indicates whether the API request was successful.

messagestringRequired

A message providing additional information about the API response.

dataanyOptional

The data returned by the API, if any.

get/aave/v3/pool/{account}/getReserveData
200

A promise that resolves to an AavePoolAPIResponse containing the reserve data.