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

# HoldersSortAttribute

> Attribute to sort holders by: BALANCE or DATE.

### TypeScript shape

```ts theme={null}
type HoldersSortAttribute =
  | 'BALANCE'
  | 'DATE';
```

<ResponseField name="BALANCE" type="enum">Sort by balance.</ResponseField>
<ResponseField name="DATE" type="enum">Sort by date.</ResponseField>
