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

# HoldersStatus

> HoldersStatus enum

<div data-generated>
  ## GraphQL

  ```
  enum HoldersStatus {
    ENABLED
    DISABLED
  }
  ```

  ### Used By

  **Returned by**

  * [holders](/api-reference/queries/holders.md): Returns list of wallets that hold a given token, ordered by holdings descending. Also has the unique count of holders for that token.
</div>
