Skip to main content
Use holders:{token} for holder-count changes and top10:{token} for concentration updates. Load the initial holder snapshot from REST, then use these rooms to keep the display current.
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 this value for the holder-count display or a count-change alert.
Payload:

Top 10 holder concentration

Subscribe to top10:{tokenAddress} for updates to top-10 holder concentration. Use the percentage for concentration alerts. Query holder snapshots when you need the underlying wallet rows.
Payload:

Watch both signals together

Join both rooms on the same connection to track count and concentration together:

Auto-reconnect pattern

Reconnect after an interrupted connection and rejoin the rooms. Refresh the REST snapshot if the disconnect may have left a gap:

Room reference