Messages
{
"type": "join",
"room": "pm:series:polymarket:btc-updown-5m"
}{
"type": "leave",
"room": "pm:series:polymarket:btc-updown-5m"
}{
"type": "message",
"room": "pm:series:polymarket:btc-updown-5m",
"data": {
"type": "trade",
"channel": "trades",
"exchange": "polymarket",
"marketId": "1234567890",
"timestamp": 1785347120123
}
}Websockets
Series feed
Published only when the payload includes seriesId/seriesTicker (common on Kalshi trades).
WSS
/
Messages
{
"type": "join",
"room": "pm:series:polymarket:btc-updown-5m"
}{
"type": "leave",
"room": "pm:series:polymarket:btc-updown-5m"
}{
"type": "message",
"room": "pm:series:polymarket:btc-updown-5m",
"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}
joinSeriesFeed
type:object
Subscribe by series
leaveSeriesFeed
type:object
Unsubscribe from Series Feed
seriesFeedMessage
type:object
Series Feed update
Was this page helpful?
⌘I