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

# WalletAggregateBackfillState

> The state of the wallet backfill.

<div data-generated>
  ## GraphQL

  ```
  enum WalletAggregateBackfillState {
    BackfillComplete
    BackfillInProgress
    BackfillCanceled
    BackfillBlocked
    BackfillRequestReceived
    BackfillNotFound
  }
  ```

  ### Used By

  **Returned 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.
  * [filterNetworkWallets](/api-reference/queries/filternetworkwallets.md) *(deprecated)*: Returns a list of wallets with stats narrowed down to a specific network.
  * [filterTokenWallets](/api-reference/queries/filtertokenwallets.md): Returns a list of wallets with stats narrowed down to a specific token.
  * [filterWallets](/api-reference/queries/filterwallets.md): Returns a list of wallets based on a variety of filters.
  * [walletAggregateBackfillState](/api-reference/queries/walletaggregatebackfillstate.md): Once a wallet backfill has been triggered, this query can be used to check the status of the backfill.
  * [walletChart](/api-reference/queries/walletchart.md): Returns a chart of a wallet's activity.
</div>
