Messages
{
"type": "join",
"room": "pm:trades"
}{
"type": "leave",
"room": "pm:trades"
}{
"type": "message",
"room": "pm:trades",
"data": {
"type": "trade",
"channel": "trades",
"exchange": "polymarket",
"marketId": "1234567890",
"timestamp": 1785347120123
}
}Websockets
All trades
Full trade tape across Kalshi and Polymarket. Recommended hub feed.
WSS
/
Messages
{
"type": "join",
"room": "pm:trades"
}{
"type": "leave",
"room": "pm:trades"
}{
"type": "message",
"room": "pm:trades",
"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}
joinAllTrades
type:object
Subscribe to the full trade tape
leaveAllTrades
type:object
Unsubscribe from All Trades
allTradesMessage
type:object
All Trades update
Was this page helpful?
⌘I