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

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