> ## 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.

# QuoteToken

> Enum for the quote token in a pair: token0 or token1. Used in NetworkConfig types and pair/chart APIs.

### TypeScript shape

```ts theme={null}
type QuoteToken =
  | 'token0'
  | 'token1';
```

<ResponseField name="token0" type="enum">
  Quote token is token0 of the pair.
</ResponseField>

<ResponseField name="token1" type="enum">
  Quote token is token1 of the pair.
</ResponseField>
