This endpoint requires a Growth or Enterprise plan. Learn more.
Returns
DetailedWalletStats
Arguments
DetailedWalletStatsInput!
required
Example
Test this query in the Explorer →Usage Guidelines
- Query using
input: { walletAddress }with a wallet address from any supported network - Stats are available in multiple time windows:
statsDay1,statsWeek1,statsDay30,statsYear1 statsUsdcontains USD-denominated metrics (volume, profit, averages)statsNonCurrencycontains count metrics (swaps, unique tokens, wins/losses)- Wins and losses only count a closed position when its realized profit or loss is greater than 1 profit or loss will return
wins: 0andlosses: 0 networkBreakdownshows per-network stats and native token balances- Use
wallet.firstFundingto see where initial funds came from wallet.tradeSourceIdslists the apps this wallet trades through (e.g.axiom,phantom). Means “trades through”, never “is owned by” — see Filter by Trade Source
Troubleshooting Tips
What does realizedProfitPercentage represent?
What does realizedProfitPercentage represent?
realizedProfitPercentage is the profit as a percentage of the cost basis for tokens sold during the time window. A value of 0.5 means 50% profit on tokens sold.What's the difference between wins and losses?
What's the difference between wins and losses?
A “win” is a closed position the wallet sold for more than it paid, and a “loss” is one it sold for less. Only positions whose realized profit or loss is greater than 1 profit or loss will show 0 wins and 0 losses (and a
winRate of 0).What do the labels indicate?
What do the labels indicate?
Labels categorize wallets by behavior patterns (e.g., “smart_money”, “bot”, “sniper”). Use these to quickly identify wallet types without analyzing all stats.
Why might networkBreakdown be empty?
Why might networkBreakdown be empty?
networkBreakdown only includes networks where the wallet has had trading activity on tracked DEXs. A wallet with only transfers or holdings won’t appear in the breakdown.What is firstFunding used for?
What is firstFunding used for?
firstFunding shows the first wallet that funded this address and when. This helps trace wallet origins and identify potential wallet clusters or funding patterns.Related Recipes
- Wallets: Analyze wallet performance, discover top traders, and build portfolio views