GetReserveData

get

Retrieves reserve data for a specific asset from the Aave pool.

Authorizations
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
GET //aave/v3/pool/{account}/getReserveData HTTP/1.1
Host: beta.usemoon.ai
Authorization: text
Accept: */*
200

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

{
  "success": true,
  "message": "text",
  "data": null
}