Network base token price in usd proxy aggregator

get

Retrieves the network base token price in USD using the proxy aggregator.

Authorizations
Query parameters
contract_addressstringRequired
  • The contract address to query.
chain_idstringRequired
  • The chain ID to query.
Header parameters
AuthorizationstringRequired
  • The authorization token.
Responses
200
A promise that resolves to an AAVEv3UiPoolDataProviderAPIResponse containing the network base token price in USD using the proxy aggregator.
application/json
get
GET //aave/v3/pool-data/network-base-token-price-in-usd-proxy-aggregator HTTP/1.1
Host: beta.usemoon.ai
Authorization: text
Accept: */*
200

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"
}