URL:
Use your Data API key in the path. Available on Premium, Business, and Enterprise plans.
wss://datastream.solanatracker.io/{apiKey}Use your Data API key in the path. Available on Premium, Business, and Enterprise plans.
{ "type": "message", "room": "...", "data": ... }.
Connection URL
Always connect to the canonical Datastream host:Authentication failures
An invalid or missing API key may still complete the WebSocket handshake, then close almost immediately with:- no JSON error payload
- no
joinedacknowledgment
Join and leave
Heartbeat (JSON ping/pong)
The server may emit a JSON control frame:message payloads. Native clients should answer JSON ping to keep the session stable.
Wallet balance amounts
Onwallet:{wallet}:balance and wallet:{wallet}:{token}:balance:
amountis a UI decimal (human units), not raw integer base units / lamports- native SOL uses mint
So11111111111111111111111111111111111111112
Limits and quotas
Premium+ Datastream includes unlimited messages (no per-message fees). There is no limit on concurrent WebSocket connections or rooms per connection. REST monthly request quotas do not disconnect an established Datastream session when exhausted.Next
Live Prices
Price and candle rooms.
Token Discovery
Launches, graduations, and market events.
Safety Streams
Snipers, bundlers, and holder signals.
PnL V2 Datastream
Live wallet and position PnL.