Token traders
The token traders endpoint returns paginated trader rows with current positions 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 appears in identity.sns.domain when available; see SNS wallet names.
Filter trader rows
Combine
minTrades, activeOnly, and excludeArbitrage to set an activity threshold, require open positions, or exclude labeled arbitrage wallets.Wallet PnL
Use a trader’s wallet address to inspect its other positions and returns.
First buyers
The first-buyers endpoint returns trader data in chronological order:sort=first_trade and direction=asc.
Example: first buyers who closed a position
Wallet PnL
Drill into a single wallet’s full PnL, positions, and risk profile.
Snipers and bundlers
More tools for finding early buyers, bundlers, and suspicious activity.