Retrieves the list of reserves from the AAVE V3 UI Pool Data Provider.
Interface representing the API response from AAVE v3 UI Pool Data Provider.
GET //aave/v3/pool-data/reserves-list HTTP/1.1 Host: beta.usemoon.ai Authorization: text Accept: */*
A promise that resolves to an AAVEv3UiPoolDataProviderAPIResponse containing an array of reserve addresses.
{ "success": true, "message": "text", "data": [ "text" ] }