Reserves list

get

Retrieves the list of reserves from the AAVE V3 UI Pool Data Provider.

Authorizations
Query parameters
contract_addressstringRequired
  • The contract address to query.
chain_idstringRequired
  • The chain ID to query.
providerstringRequired
  • The provider to use for querying the reserves list.
Header parameters
AuthorizationstringRequired
  • The authorization token.
Responses
200
A promise that resolves to an AAVEv3UiPoolDataProviderAPIResponse containing an array of reserve addresses.
application/json
get
GET //aave/v3/pool-data/reserves-list HTTP/1.1
Host: beta.usemoon.ai
Authorization: text
Accept: */*
200

A promise that resolves to an AAVEv3UiPoolDataProviderAPIResponse containing an array of reserve addresses.

{
  "success": true,
  "message": "text",
  "data": [
    "text"
  ]
}