Rank the top trader trading a token by volume, trade count, PnL, USD volume, or Solana holder position metrics. On Solana, the response can include wallet tags, current holding stats, average buy/sell prices, first and last trade time, and optional holder net worth and funding details.
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Top traders ranks wallets by token trading impact and, on Solana, adds holder stats context.
- Use
sort_by=volumeorsort_by=tradefor activity leaders. - Use
sort_by=total_pnl,realized_pnl,unrealized_pnl, orvolume_usdfor PnL and USD-volume views on supported chains. - On Solana, use
sort_by=hold_volumeto rank traders by the amount they still hold. - On Solana,
wallet_tagsfilters the result by wallet cohort. Supported values aredev,bundler,sniper,insider, andsmart_trader. - On Solana,
get_holders_networth=trueaddsnetWorth,solBalance, andfundingto each trader item. This enriches holder stats but may make the response slightly slower.
Reading the numbers. tradeBuy and tradeSell count buy and sell transactions. volumeBuy and volumeSell are token amounts; volumeBuyUSD, volumeSellUSD, and volumeUsd are USD values. holdVolume, holdVolumeUsd, and holdAvgPrice describe the current remaining holder position. avgBuyPrice and avgSellPrice summarize historical trade prices. firstTradeUnixTime and lastTradeUnixTime are Unix timestamps in seconds.
- Standard
- Lite
- Starter
- Premium
- Business
- Enterprise
All chains ⛓️ ✨
Wallet Tag Definitions 🏷️
- dev — The wallet that created the token, based on the mint creator / initialize-mint transaction.
- sniper — A wallet that bought within the first
nblocks of the token, counted from the token's first swap. On Solana,n = 5; a buy qualifies when its slot is withinfirst_trade_slot + 5. - bundler — Coordinated buying detected at either level: Level 1 means at least 4 buy transactions in the same slot; Level 2 means at least 3 distinct wallets buying across adjacent slots where the max slot gap is 1.
- insider — A wallet that received the token directly from the Chef wallet through a token transfer, not through a swap.
- smart_trader — A non-bot wallet ranked in Top Realized PnL over the last 90 days with realized PnL greater than $10,000. Wallets identified as bots are excluded before ranking and never receive this tag.
Compute Unit ⚙️
- This endpoint consumes
35 CUper request.
Use Cases 💡
- Find the wallets that drove most token volume, trade count, or PnL during a launch or trading window.
- Identify whether top traders are still holding, accumulating, or selling by comparing
holdVolumeagainst buy/sell activity. - Filter Solana results by wallet cohort to inspect developers, bundlers, snipers, insiders, or smart traders separately.
- Use
get_holders_networth=trueto enrich wallet research with net worth, SOL balance, and funding source context. - Build token research dashboards that combine trader ranking, wallet tags, holder position stats, and PnL.
How to Use 🛠️
- Provide a token
addressand choosex-chain. - Pick
time_framebased on the analysis window. Solana additionally supportsall_time. - Pick
sort_by: usevolume,trade,total_pnl,realized_pnl,unrealized_pnl,volume_usd, or Solana-onlyhold_volume. - On Solana, pass
wallet_tags=dev,sniper,smart_traderto filter by wallet cohorts. - On Solana, set
get_holders_networth=truewhen you need net worth, SOL balance, and funding details. - Use
offsetandlimitto page through ranked traders.
Best Practices ✅
- Start with
sort_by=volumeortradeto find active wallets, then switch to PnL or holder fields to understand outcomes. - Use
hold_volumeon Solana to separate traders who exited from traders still exposed to the token. - Compare
realizedPnlandunrealizedPnlwithholdVolumeUsdto distinguish realized profit from open exposure. - Use wallet tag filters to reduce noise when investigating launch behavior or suspicious cohorts.
- Enable
get_holders_networthonly when holder net worth and funding context are needed, because it may add latency.
Limitations ⚠️
all_time,hold_volume,wallet_tags, holder position stats, andget_holders_networthare Solana-only additions.- Non-Solana chains keep their existing supported intervals, sort fields, parameters, and response behavior.
wallet_tagsacceptsdev,bundler,sniper,insider, andsmart_trader.get_holders_networth=truemay returnnetWorthorsolBalanceas0when holder net worth data is unavailable.- Results are paginated with offset and limit.
