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

# DetailedWalletStatsInput

> The input for detailed wallet stats.

<div data-generated>
  ## GraphQL

  ```
  input DetailedWalletStatsInput {
    walletAddress: String!
    networkId: Int
    timestamp: Int
    includeNetworkBreakdown: Boolean
  }
  ```

  ### Used By

  **Used as input by**

  * [detailedWalletStats](/api-reference/queries/detailedwalletstats.md): Returns detailed stats for a wallet.
</div>
