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

# TokenWalletStatsInput

> Input for `tokenWalletStats`. Reference for the TokenWalletStatsInput input object in the Codex API: every field, its type, and the operations that accept it.

<div data-generated>
  ## GraphQL

  ```
  input TokenWalletStatsInput {
    tokenAddress: String!
    networkId: Int!
  }
  ```

  ### Used By

  **Used as input 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>
