GetPriceOracle
get
Retrieves the price oracle address from the Aave pool address provider.
Authorizations
Path parameters
accountstringRequired
- The account identifier.
Query parameters
chainIdstringRequired
- The blockchain chain identifier.
addressstringRequired
- The address of the pool address provider.
Header parameters
AuthorizationstringRequired
- The authorization token.
Responses
200
A promise that resolves to a `PoolAddressProviderAPIResponse` containing the price oracle address.
application/json
get
GET //aave/v3/poolAddressProvider/{account}/getPriceOracle HTTP/1.1
Host: beta.usemoon.ai
Authorization: text
Accept: */*
200
A promise that resolves to a PoolAddressProviderAPIResponse
containing the price oracle address.
{
"success": true,
"message": "text",
"data": "text"
}