# 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
  }
}
```
