For the complete documentation index, see llms.txt. This page is also available as Markdown.

Eth currency unit

get

Retrieves the ETH currency unit from the AAVE V3 UI Pool Data Provider.

Authorizations
AuthorizationstringRequired
Query parameters
contract_addressstringRequired
  • The contract address to query.
chain_idstringRequired
  • The chain ID to query.
Header parameters
AuthorizationstringRequired
  • The authorization token for the request.
Responses
200

A promise that resolves to an AAVEv3UiPoolDataProviderAPIResponse containing the ETH currency unit as a string.

application/json

Interface representing the API response from AAVE v3 UI Pool Data Provider.

successbooleanRequired

Indicates whether the API call was successful.

messagestringRequired

A message providing additional information about the API call.

datastringOptional

The data returned by the API call, if any.

get
/aave/v3/pool-data/eth-currency-unit
200

A promise that resolves to an AAVEv3UiPoolDataProviderAPIResponse containing the ETH currency unit as a string.