Skip to main content
The Datastream WebSocket lets you subscribe to live holder data for any token. Two rooms cover the key signals: total holder count changes and top-10 wallet concentration shifts. These signals help you spot risky holder patterns early.
URL: wss://datastream.solanatracker.io/{apiKey}
Available on Premium, Business, and Enterprise plans.

Live Holder Count

Subscribe to holders:{tokenAddress} to receive a message every time the total number of unique holders changes. Use cases: track holder momentum, alert when holders drop sharply, and display a live holder count badge.
Payload:

Top 10 Holder Concentration

Subscribe to top10:{tokenAddress} to receive updates when any of the top 10 wallets changes their position. This can warn you about whale exits or creator-wallet sell-offs. Use cases: alert when top-10 concentration spikes above a threshold, track individual whale wallet movements, and monitor creator-wallet sell-offs in real time.
Payload:

Watch Both Signals Together

Subscribe to both rooms in a single connection to get the full picture — holder count momentum plus concentration risk:

Auto-Reconnect Pattern

WebSocket connections drop. Always implement reconnect logic for production use:

Room Reference