Messages
{
"type": "join",
"room": "pm:crypto:btc:prices"
}{
"type": "leave",
"room": "pm:crypto:btc:prices"
}{
"type": "message",
"room": "pm:crypto:btc:prices",
"data": {
"type": "trade",
"channel": "trades",
"exchange": "polymarket",
"marketId": "1234567890",
"timestamp": 1785347120123
}
}Websockets
Crypto underlying prices
Same Chainlink ticks as pm:crypto:, explicitly scoped to the prices channel.
WSS
/
Messages
{
"type": "join",
"room": "pm:crypto:btc:prices"
}{
"type": "leave",
"room": "pm:crypto:btc:prices"
}{
"type": "message",
"room": "pm:crypto:btc:prices",
"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}
joinCryptoUnderlyingPrices
type:object
Subscribe to Chainlink underlying price ticks (prices alias)
leaveCryptoUnderlyingPrices
type:object
Unsubscribe from Crypto Underlying Prices
cryptoUnderlyingPricesMessage
type:object
Crypto Underlying Prices update
Was this page helpful?
⌘I