Aggregate backfill state for a single wallet. Maps Mobula’s two-phase (transfer extraction + position rebuild) pipeline onto six well-known states.
Show View fields (WalletAggregateBackfillStateResponse)
Show WalletAggregateBackfillState (enum)
wallet_positions
Show WalletAggregateBackfillStateInput
query WalletBackfillState($wallet: String!) { walletAggregateBackfillState(input: { walletAddress: $wallet }) { walletAddress status } }
{ "wallet": "0xA92oggkrdzUTd4NGpd2jDYR1rpeeo5LUHayGgjwPLnd4" }
{ "data": { "walletAggregateBackfillState": { "walletAddress": "0xA92oggkrdzUTd4NGpd2jDYR1rpeeo5LUHayGgjwPLnd4", "status": "BackfillInProgress" } } }