> For the complete documentation index, see [llms.txt](https://docs.notional.finance/v3-technical-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.notional.finance/v3-technical-docs/subgraph-guides/notional-v3-subgraphs/fetch-annual-incentive-rates.md).

# 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:  &#x20;

```
{
  currencyConfigurations{
    underlying{symbol}
    incentiveEmissionRate
  }
}
```
