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

# HoldersStatus

> Whether holder data is enabled or disabled for a token.

### TypeScript shape

```ts theme={null}
type HoldersStatus =
  | 'ENABLED'
  | 'DISABLED';
```

<ResponseField name="ENABLED" type="enum">Holder data is available.</ResponseField>
<ResponseField name="DISABLED" type="enum">Holder data is disabled for this token.</ResponseField>
