Documentation Index
Fetch the complete documentation index at: https://docs.solanatracker.io/llms.txt
Use this file to discover all available pages before exploring further.
Token Traders
The token traders endpoint returns every wallet that traded a given token, with their current position and PnL.Sorting Options
| Sort Field | Description |
|---|---|
pnl | Total PnL |
realized | Realized PnL only |
unrealized | Unrealized PnL only |
invested | Total USD invested |
roi | Return on investment percentage |
holding | Current token balance |
value | Current USD value of the remaining position |
first_trade | Time of first trade |
last_trade | Time of most recent trade |
Filtering Options
| Parameter | Description |
|---|---|
activeOnly | Only show wallets currently holding the token |
minTrades | Minimum number of trades |
excludeArbitrage | Exclude wallets flagged as arbitrage bots. Default: true — arbitrage PnL is noisy and the goal is tracking real traders. Pass false to include them. |
excludeZeroBuys | Exclude wallets that received tokens without buying (airdrops, transfers). Default: true. |
platform | Filter by trading platform (axiom, bloom, photon). Comma-separated for multiple. axiom-flash is accepted as an axiom alias. |
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.
| Question | Field to use |
|---|---|
| Did this wallet profit on this token? | pnl.token |
| Is this wallet profitable overall? | pnl.wallet |
| Is the wallet still holding this token? | position.balance |
| When did the wallet first buy? | timing.firstTrade |
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:
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.