List a wallet’s bets
GraphQL
Arguments
Response
PlayerBetConnection returns items, totalCount (for pagination), and source — indexed when served from the indexer, unavailable when the indexed store is not configured (you get an empty list, not an error).
Each PlayerBet carries the full lifecycle: identity (betId, player, mode, commitId), amounts (stake, liability, payout — decimal strings in USDG units), status timestamps, per-step transaction hashes, attribution (platform, game), and the proof bundle (proof, entropy, commitment, clientSeed, proofStatus). Full field reference: GraphQL — playerBets.
Count pending bets
GraphQL