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

# WalletChartInput

> The input for a chart of a wallet's activity.

<div data-generated>
  ## GraphQL

  ```
  input WalletChartInput {
    walletAddress: String!
    networkId: Int
    range: RangeInput!
    resolution: String!
  }

  input RangeInput {
    start: Int!
    end: Int!
  }
  ```

  ### Used By

  **Used as input by**

  * [walletChart](/api-reference/queries/walletchart.md): Returns a chart of a wallet's activity.
</div>
