Retrieves the ETH currency unit 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/eth-currency-unit HTTP/1.1 Host: beta.usemoon.ai Authorization: text Accept: */*
A promise that resolves to an AAVEv3UiPoolDataProviderAPIResponse containing the ETH currency unit as a string.
{ "success": true, "message": "text", "data": "text" }