Fetch ETH Oracle Exchange Rates

Get Historical Price Oracle Exchange Rates

This query can be used to get historical Chainlink oracle prices for all listed base currencies:

{
oracles(where:{oracleType:"Chainlink"}){
  base{symbol}
  quote{symbol}
  latestRate
}
}

Last updated