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

# TokenWalletStats

> The sniper, bundler and insider wallets that still hold a token. Counts, amounts and addresses cover current holders only: a labelled wallet that has sold its whole balance is left out, so every figure falls as those wallets sell. Available for launchpad tokens on every network, and for EVM tokens without a launchpad that have a known creator and were created since 2025-10-08. Other tokens return zeros.

<div data-generated>
  ## GraphQL

  ```
  type TokenWalletStats {
    tokenId: String!
    tokenAddress: String!
    networkId: Int!
    tokenTotalSupply: String!
    sniperCount: Int!
    sniperHeldPercentage: Float!
    sniperAddresses: [String!]!
    sniperHeldAmount: String!
    bundlerCount: Int!
    bundlerHeldPercentage: Float!
    bundlerAddresses: [String!]!
    bundlerHeldAmount: String!
    insiderCount: Int!
    insiderHeldPercentage: Float!
    insiderAddresses: [String!]!
    insiderHeldAmount: String!
    suspiciousCount: Int!
    suspiciousHeldPercentage: Float!
    suspiciousAddresses: [String!]!
    suspiciousHeldAmount: String!
    devHeldPercentage: Float!
    devAddress: String!
    devHeldAmount: String!
  }
  ```

  ### Used By

  **Returned by**

  * [tokenWalletStats](/api-reference/queries/tokenwalletstats.md): Returns the sniper, bundler and insider wallets that still hold a token, and how much of the supply they hold.
</div>
