Messages
{
"type": "join",
"room": "transaction:whale:1000"
}{
"type": "<string>",
"room": "<string>"
}Websockets
Kol trades by volume
Cumulative high-volume KOL trade rooms. Same thresholds and fan-out as transaction:whale:{volume}. Volumes below $1,000 are excluded from these volume rooms (they still appear on transaction:kol).
WSS
/
Messages
{
"type": "join",
"room": "transaction:whale:1000"
}{
"type": "<string>",
"room": "<string>"
}volume
type:enum
required
USD volume threshold for cumulative whale and KOL volume rooms
Available options:
1000, 2500, 5000, 10000apiKey
type:httpApiKey
API key for authentication. Include your Datastream key in the connection URL: wss://datastream.solanatracker.io/{DATASTREAM_KEY}
Join room
type:object
Leave room
type:object
Was this page helpful?