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

# holders

> Returns list of wallets that hold a given token, ordered by holdings descending. Also has the unique count of holders for that token.

<div data-generated>
  ## GraphQL

  ```
  type Query {
    # Requires a Growth or Enterprise plan.
    holders(
      input: HoldersInput!
    ): HoldersResponse!
  }

  type SocialLinks {
    bitcointalk: String
    blog: String
    coingecko: String
    coinmarketcap: String
    discord: String
    email: String
    facebook: String
    github: String
    instagram: String
    linkedin: String
    reddit: String
    slack: String
    telegram: String
    twitch: String
    twitter: String
    website: String
    wechat: String
    whitepaper: String
    youtube: String
  }

  type TokenInfo {
    id: String!
    address: String!
    circulatingSupply: String
    cmcId: Int
    gridAssetId: String
    bluechipRating: String
    isScam: Boolean
    name: String
    networkId: Int!
    symbol: String!
    totalSupply: String
    imageThumbHash: String
    imageThumbUrl: String
    imageSmallUrl: String
    imageLargeUrl: String
    imageBannerUrl: String
    videoExternalUrl: String
    description: String
  }

  type OrganizationUrl {
    url: String!
    type: String
  }

  type OrganizationSocial {
    url: String!
    type: String
  }

  type AssetDeployment {
    id: String!
    networkId: Int!
    address: String!
    standard: String
    assetId: String!
    rootId: String!
    token: EnhancedToken
  }

  type Asset {
    id: String!
    name: String
    description: String
    ticker: String
    type: String
    status: String
    icon: String
    rootId: String!
    assetDeployments: [AssetDeployment!]!
  }

  type Organization {
    name: String!
    foundingDate: String
    descriptionShort: String
    descriptionLong: String
    tagLine: String
    type: String
    sector: String
    urls: [OrganizationUrl!]!
    socials: [OrganizationSocial!]!
    logo: String
    icon: String
    header: String
    rootId: String!
    assets: [Asset!]!
  }

  type ExplorerTokenData {
    id: String!
    blueCheckmark: Boolean
    description: String
    divisor: String
    tokenPriceUSD: String
    tokenType: String
  }

  type Exchange {
    id: String!
    address: String!
    color: String
    name: String
    exchangeVersion: String
    iconUrl: String
    networkId: Int!
    tradeUrl: String
  }

  enum WalletCategory {
    NORMIE
    TOKEN_CREATOR
    EXCHANGE
    DEFI_EXCHANGE
    PAIR
    PAIR_TOKEN_HOLDER
    POOL_AUTHORITY
    STAKING_VAULT
    NOTORIOUS
  }

  type WalletFunding {
    fundedByAddress: String!
    fundedByLabel: String
    fundedAt: Int!
    tokenAddress: String!
    networkId: Int!
    amount: String!
    transactionHash: String!
  }

  type WalletPolymarketProfile {
    proxyWallet: String!
    xUsername: String
    displayName: String
    pseudonym: String
    profileImageUrl: String
    verifiedBadge: Boolean
    displayUsernamePublic: Boolean
    fetchedAt: Int!
  }

  type Wallet {
    address: String!
    category: WalletCategory
    firstSeenTimestamp: Int
    firstFunding: WalletFunding
    identityLabels: [String!]
    avatarUrl: String
    displayName: String
    twitterId: String
    twitterUsername: String
    telegramId: String
    telegramUsername: String
    website: String
    discordId: String
    discordUsername: String
    githubId: String
    githubUsername: String
    farcasterId: String
    farcasterUsername: String
    description: String
    ethosScore: Int
    ethosLevel: String
    ethosVerified: Boolean
    identitySource: String
    identityUpdatedAt: Int
    polymarket: WalletPolymarketProfile
    tokensCreatedCount: Int
    tokensMigratedCount: Int
  }

  type LaunchpadData {
    launchpadName: String
    graduationPercent: Float
    poolAddress: String
    completedAt: Int
    completed: Boolean
    completedSlot: Int
    migratedSlot: Int
    migratedAt: Int
    migrated: Boolean
    migratedPoolAddress: String
    launchpadProtocol: String
    launchpadIconUrl: String
    isCashbackEnabled: Boolean
    category: String
  }

  type TokenExtrema {
    id: String!
    address: String!
    networkId: Int!
    athPrice: String!
    athPriceTimestamp: Int!
    atlPrice: String!
    atlPriceTimestamp: Int!
    athFdv: String!
    athFdvTimestamp: Int!
    atlFdv: String!
    atlFdvTimestamp: Int!
    athCircMc: String!
    athCircMcTimestamp: Int!
    atlCircMc: String!
    atlCircMcTimestamp: Int!
  }

  type CoinCommunity {
    id: String!
    createdAt: Int!
    postCount: Int!
    memberCount: Int!
    likeCount: Int!
    lastPostAt: Int
  }

  type Token2022ScaledUiAmountConfig {
    authority: String
    multiplier: Float!
    newMultiplierEffectiveTimestamp: String
    newMultiplier: Float
  }

  type Token2022Extensions {
    scaledUiAmountConfig: Token2022ScaledUiAmountConfig
  }

  type B20Extensions {
    multiplier: String
    multiplierObservedAt: String
    pausedTransfer: Boolean
    pausedMint: Boolean
    pausedBurn: Boolean
    supplyCap: String
  }

  type TokenExtensions {
    token2022: Token2022Extensions
    b20: B20Extensions
  }

  type Erc7572CustomInfo {
    type: String!
    featuredImage: String
    collaborators: [String!]
  }

  enum CategoryType {
    CANONICAL
    NARRATIVE
  }

  enum CategoryStatus {
    DRAFT
    ACTIVE
    ARCHIVED
  }

  type Category {
    id: String!
    name: String!
    shortName: String
    slug: String!
    description: String
    type: CategoryType!
    status: CategoryStatus!
    parentId: String
    memberCount: Int
  }

  type EnhancedToken {
    id: String!
    address: String!
    cmcId: Int
    decimals: Int!
    isScam: Boolean
    name: String
    networkId: Int!
    symbol: String
    socialLinks: SocialLinks
    info: TokenInfo
    gridAssetId: String
    bluechipRating: String
    organization: Organization
    asset: Asset
    exchanges: [Exchange!]
    creatorAddress: String
    creator: Wallet
    createBlockNumber: Int
    createTransactionHash: String
    createdAt: Int
    mintable: String
    freezable: String
    isFreezableValid: Boolean
    isMintableValid: Boolean
    launchpad: LaunchpadData
    top10HoldersPercent: Float
    profanity: Boolean
    extrema: TokenExtrema
    coinCommunity: CoinCommunity
    extensions: TokenExtensions
    tokenStandardCustomData: Erc7572CustomInfo
    categories: [Category!]
  }

  type Balance {
    walletId: String!
    tokenId: String!
    address: String!
    networkId: Int!
    tokenAddress: String!
    balance: String!
    shiftedBalance: Float!
    uiBalance: Float
    balanceUsd: String
    tokenPriceUsd: String
    firstHeldTimestamp: Int
    updatedAtBlock: Int
    token: EnhancedToken
    liquidityUsd: String
    tokenLastTradedTimestamp: Int
    wallet: Wallet
  }

  enum HoldersStatus {
    ENABLED
    DISABLED
  }

  type HoldersResponse {
    items: [Balance!]!
    count: Int!
    cursor: String
    status: HoldersStatus!
    top10HoldersPercent: Float
  }

  enum HoldersSortAttribute {
    BALANCE
  }

  enum RankingDirection {
    ASC
    DESC
  }

  input HoldersInputSort {
    attribute: HoldersSortAttribute
    direction: RankingDirection
  }

  input HoldersInput {
    tokenId: String!
    limit: Int
    cursor: String
    sort: HoldersInputSort
    filterContracts: Boolean
  }
  ```
</div>

### Example

<a href="/explore" target="_blank" rel="noopener noreferrer">Test this query in the Explorer →</a>

```graphql theme={null}
{
  holders(
    input: {tokenId: "So11111111111111111111111111111111111111112:1399811149"}
  ) {
    items {
      address
      shiftedBalance
      balanceUsd
      firstHeldTimestamp
    }
    count
    status
    top10HoldersPercent
  }
}
```

<Tip>
  **`holders` vs `filterTokenWallets`:** Use `holders` when you want the most accurate, up-to-date holder counts and balances. `holders` records are updated on every token transfer (including airdrops, direct sends, and swaps).

  Use [`filterTokenWallets`](/api-reference/queries/filtertokenwallets) when you need trader performance data like profit, buy/sell counts, and other trading stats. Those records are only updated on swaps.
</Tip>

### Usage Guidelines

* Response limit: 200 holders per request (default is 50)
* Results are ordered by holdings descending by default
* Use `sort: {attribute: DATE}` to order by when wallets first acquired the token
* Use the `cursor` parameter for pagination through large holder lists
* The `count` field returns the total unique holder count for the token
* The `top10HoldersPercent` field shows concentration of holdings among top wallets

### Troubleshooting Tips

<AccordionGroup>
  <Accordion title="Why is status returning DISABLED?">
    The `status` field returns `DISABLED` when the token is on an unsupported network or there is insufficient holder data available. Check that the token is on a supported network and has sufficient trading activity.
  </Accordion>

  <Accordion title="Holder count seems lower than expected">
    We only track wallets that have acquired tokens through on-chain swaps. Wallets that received tokens through direct transfers or airdrops may not be included in the holder count until they perform a swap.
  </Accordion>

  <Accordion title="How can I get all holders for a token?">
    Use pagination with the `cursor` parameter. After each request, use the returned `cursor` value in your next request to fetch the next page of holders until `cursor` returns `null`.
  </Accordion>

  <Accordion title="What does top10HoldersPercent represent?">
    This field shows the percentage of total token supply held by the top 10 wallets. A high percentage may indicate concentrated ownership, which can be a risk factor for some tokens.
  </Accordion>
</AccordionGroup>

### Related Recipes

* [Detailed Token Page](/recipes/detailed-token-page): Build a comprehensive token detail page with price, holders, trades, and real-time updates
* [Discover Tokens](/recipes/discover-tokens): Build token discovery pages with trending data, filters, and search
