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

Fetch Annual Incentive Rates

Get nToken Annual NOTE Incentive Rates

This query can be used to fetch the annual NOTE incentive rates for all nTokens:

{
  currencyConfigurations{
    underlying{symbol}
    incentiveEmissionRate
  }
}

Last updated