> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mobula.io/llms.txt
> Use this file to discover all available pages before exploring further.

# TokenPairStatisticsType

> Whether pair statistics are filtered or unfiltered.

### TypeScript shape

```ts theme={null}
type TokenPairStatisticsType =
  | 'FILTERED'
  | 'UNFILTERED';
```

<ResponseField name="FILTERED" type="enum">
  Filtered statistics.
</ResponseField>

<ResponseField name="UNFILTERED" type="enum">
  Unfiltered statistics.
</ResponseField>
