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