Messages
{
"type": "join",
"room": "pm:trades:significant"
}{
"type": "leave",
"room": "pm:trades:significant"
}{
"type": "message",
"room": "pm:trades:significant",
"data": {
"type": "trade",
"channel": "trades",
"exchange": "polymarket",
"marketId": "1234567890",
"timestamp": 1785347120123
}
}Websockets
Significant trades
Executed trades with notionalUsd (price × quantity) ≥ 25. Hub sidebars / large-print feeds.
WSS
/
Messages
{
"type": "join",
"room": "pm:trades:significant"
}{
"type": "leave",
"room": "pm:trades:significant"
}{
"type": "message",
"room": "pm:trades:significant",
"data": {
"type": "trade",
"channel": "trades",
"exchange": "polymarket",
"marketId": "1234567890",
"timestamp": 1785347120123
}
}apiKey
type:httpApiKey
API key for authentication. Include your Datastream key in the connection URL: wss://datastream.solanatracker.io/{DATASTREAM_KEY}
joinSignificantTrades
type:object
Subscribe to trades with notional ≥ $25
leaveSignificantTrades
type:object
Unsubscribe from Significant Trades
significantTradesMessage
type:object
Significant Trades update
Was this page helpful?
⌘I