This endpoint requires a Growth or Enterprise plan. Learn more.
Returns
TokenTopTradersConnection!
required
Arguments
TokenTopTradersInput!
required
Usage Guidelines
- Requires
tokenAddress,networkId, andtradingPeriod(DAY,WEEK,MONTH,YEAR) - Returns traders sorted by volume, with buy/sell breakdowns, realized P&L, and current token balance
- Use
limitto control how many traders are returned (default pagination applies) - Use
offsetfor pagination through the full list of top traders realizedProfitUsdandrealizedProfitPercentagereflect closed P&L from sells — unrealized gains on held tokens are not includedsingleTokenAcquisitionCostUsdshows the average cost basis per token for the trader
Troubleshooting Tips
What does realizedProfitUsd measure?
What does realizedProfitUsd measure?
realizedProfitUsd tracks profit from tokens that have been sold — it compares the sell price to the acquisition cost. Tokens still held in the wallet (unrealized gains/losses) are not factored in. Use tokenBalance to see how much the trader is still holding.How is the trading period applied?
How is the trading period applied?
The
tradingPeriod filters to trades within that window (e.g., WEEK = last 7 days). All metrics — volume, buys, sells, profit — are scoped to that period. A trader active over the past month won’t appear in DAY results if they had no trades in the last 24 hours.How are top traders ranked?
How are top traders ranked?
Traders are ranked by total USD volume (
volumeUsd), which is the sum of amountBoughtUsd and amountSoldUsd within the selected trading period.Can I use this for wallet-level analysis?
Can I use this for wallet-level analysis?
Yes. Each result includes
walletAddress, so you can combine this with other queries like balances or detailedWalletStats to build a fuller profile of a token’s most active traders.