Skip to main content
Subscribe to transaction:{tokenAddress} for a token’s live swap feed. Narrow the room to a pool or wallet when needed. Liquidity additions and removals use separate rooms.
Track liquidity too. Subscribe to liquidity:{mint} for additions and removals, or use events=all on the token trade API to combine them with swaps. Follow the liquidity guide. Append :enriched to transaction or liquidity rooms for wallet identity.
URL: wss://datastream.solanatracker.io/{apiKey}
Available on Premium, Business, and Enterprise plans.

Subscribe to a token’s trades

Join the transaction:{tokenAddress} room to receive all swaps for a token:
Transaction payload:

Whale alerts

Filter incoming trades by USD volume to fire a whale alert when a large buy or sell hits:

Detect sniper buys at launch

A launch feed can highlight early buys by combining trade time, token creation time, and trade size. Treat this as an activity filter, not a bot classification:

Copy-trading trigger

Filter for a set of wallet addresses to send activity to an alert handler:

Full live trade feed with reconnect

This example reconnects and rejoins the token room. Use the connection guide for heartbeat and authentication handling:

Transaction fields reference