Skip to main content

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.

BackfillComplete
enum
Historical stats calculations for this wallet have been successfully processed
BackfillInProgress
enum
Historical stats calculations for this wallet are being processed
BackfillCanceled
enum
Historical stats calculations were started, then canceled for this wallet. It may have been flagged as a bot
BackfillBlocked
enum
Historical stats calculations have been blocked for this wallet. It may have been flagged as a bot
BackfillRequestReceived
enum
Historical stats calculations for this wallet are queued and will be processed soon
BackfillNotFound
enum
Historical stats calculations for this wallet have not been started, nor attempted

Used By

Returned by
  • backfillWalletAggregates: Backfill wallet aggregates (trading stats) for a given wallet. This is the data used in the filterWallet/filterTokenWallets and detailedWalletStats queries.
  • filterNetworkWallets (deprecated): Returns a list of wallets with stats narrowed down to a specific network.
  • filterTokenWallets: Returns a list of wallets with stats narrowed down to a specific token.
  • filterWallets: Returns a list of wallets based on a variety of filters.
  • walletAggregateBackfillState: Once a wallet backfill has been triggered, this query can be used to check the status of the backfill.
  • walletChart: Returns a chart of a wallet’s activity.