Token Traders
The token traders endpoint returns every wallet that traded a given token, with their current position and PnL.Sorting Options
Filtering Options
This endpoint does not accept
pnlMode. The wallet-level PnL it returns (pnl.wallet) reflects the API’s wallet-summary view.Response Shape: pnl.token vs pnl.wallet
Each trader carries two PnL objects:pnl.token— realized / unrealized / total for this exact token only.pnl.wallet— lifetime realized / unrealized / total across every token the wallet has traded.
Inline Identity
Each trader in the response includes a structuredidentity object. On token endpoints this is resolved against the token in the URL, so pool and developer tags automatically reflect the right token:
.sol domain also include sns in identity.tags and identity.sns.domain. See SNS Primary Domain.
Filter for quality
Combine
minTrades, activeOnly, and excludeArbitrage to remove bots and noise.Cross-check wallets
Found an interesting trader? Run their wallet through the wallet analysis guide.
First Buyers
The first buyers endpoint returns the same data as token traders but is chronological only: earliest trade first,sort=first_trade, direction=asc. Use it for sniper detection and early-buyer analysis.
Example: Snipers Who Already Sold
Wallet Analysis
Drill into a single wallet’s full PnL, positions, and risk profile.
Sniper Detection
More tools for finding early buyers, bundlers, and suspicious activity.