Messages
{
"type": "join",
"room": "transaction:whale:1000"
}{
"type": "<string>",
"room": "<string>"
}Websockets
Whale trades
Cumulative high-volume spot trade rooms. A trade is published to every room whose tier it meets. Example: a 12,000tradeissentto‘transaction:whale:1000‘,‘:2500‘,‘:5000‘,and‘:10000‘.Volumesbelow1,000 are excluded.
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?