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

# WalletChartData

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

<div data-generated>
  ## GraphQL

  ```
  type WalletChartData {
    timestamp: Int!
    resolution: String!
    volumeUsd: String!
    volumeUsdAll: String!
    realizedProfitUsd: String!
    swaps: Int!
  }
  ```

  ### Used By

  **Returned by**

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