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

# WalletAggregateBackfillInput

> Input arguments for the `backfillWalletAggregates` mutation.

<div data-generated>
  ## GraphQL

  ```
  input WalletAggregateBackfillInput {
    walletAddress: String!
  }
  ```

  ### Used By

  **Used as input by**

  * [backfillWalletAggregates](/api-reference/mutations/backfillwalletaggregates.md): Backfill wallet aggregates (trading stats) for a given wallet. This is the data used in the filterWallet/filterTokenWallets and detailedWalletStats queries.
</div>
