Retrieves the market reference currency price in USD using the proxy aggregator.
Interface representing the API response from AAVE v3 UI Pool Data Provider.
GET //aave/v3/pool-data/market-reference-currency-price-in-usd-proxy-aggregator HTTP/1.1 Host: beta.usemoon.ai Authorization: text Accept: */*
A promise that resolves to an AAVEv3UiPoolDataProviderAPIResponse containing the market reference currency price in USD.
{ "success": true, "message": "text", "data": "text" }