Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Trigger a backfill of historical aggregates for a wallet across one or more networks.
Show View fields (WalletAggregateBackfillStateResponse)
Show Input fields
networkIds
mutation BackfillWalletAggregates($input: WalletAggregateBackfillInput!) { backfillWalletAggregates(input: $input) { walletAddress status } }
{ "input": { "walletAddress": "0x9924cb8290b0e81d74bbf715583bb77aff87d704", "networkIds": [1, 56, 8453] } }