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

Fetch Historical nToken Exchange Rates

Get nToken to underlying historical exchange rates

This query can be used to get the historical exchange rates between an underlying currency and an nToken PV:

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

Last updated