Skip to main content
This endpoint requires a Growth or Enterprise plan. Learn more.

Returns

DetailedWalletStats
See DetailedWalletStats

Arguments

DetailedWalletStatsInput!
required
See DetailedWalletStatsInput

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
  • statsUsd contains USD-denominated metrics (volume, profit, averages)
  • statsNonCurrency contains count metrics (swaps, unique tokens, wins/losses)
  • Wins and losses only count a closed position when its realized profit or loss is greater than 1USD.Thethresholdappliestotheprofitorlossamount,notthetradesize,soawalletwhosepositionsallhaveasub1 USD. The threshold applies to the profit or loss amount, not the trade size, so a wallet whose positions all have a sub-1 profit or loss will return wins: 0 and losses: 0
  • networkBreakdown shows per-network stats and native token balances
  • Use wallet.firstFunding to see where initial funds came from
  • wallet.tradeSourceIds lists the apps this wallet trades through (e.g. axiom, phantom). Means “trades through”, never “is owned by” — see Filter by Trade Source

Troubleshooting Tips

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.
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 1USDarecounted.Thethresholdappliestotheprofitorlossamount,notthetradesize,soawalletwhosepositionsallhaveasub1 USD are counted. The threshold applies to the profit or loss amount, not the trade size, so a wallet whose positions all have a sub-1 profit or loss will show 0 wins and 0 losses (and a winRate of 0).
Labels categorize wallets by behavior patterns (e.g., “smart_money”, “bot”, “sniper”). Use these to quickly identify wallet types without analyzing all stats.
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.
firstFunding shows the first wallet that funded this address and when. This helps trace wallet origins and identify potential wallet clusters or funding patterns.
  • Wallets: Analyze wallet performance, discover top traders, and build portfolio views
Last modified on August 28, 2026