Market Channels
Last updated
{
"marketId": 2764,
"tokenId": "19120407572139442221452465677574895365338028945317996490376653704877573103648",
"outcomeSide": 1,
"side": "bids",
"price": "0.2",
"size": "50",
"msgType": "market.depth.diff"
}For Binary market:
{"action":"SUBSCRIBE","channel":"market.last.price","marketId":1274}
For Categorical market:
{"action":"SUBSCRIBE","channel":"market.last.price","rootMarketId":61}{
"tokenId": "19120407572139442221452465677574895365338028945317996490376653704877573103648",
"outcomeSide": 1,
"price": "0.85",
"marketId": 2764,
"msgType": "market.last.price"
}For Binary market:
{"action":"SUBSCRIBE","channel":"market.last.trade","marketId":1274}
For Categorical market:
{"action":"SUBSCRIBE","channel":"market.last.trade","rootMarketId":61}{
"tokenId": "19120407572139442221452465677574895365338028945317996490376653704877573103648",
"side": "Buy",
"outcomeSide": 1,
"price": "0.85",
"shares": "10",
"amount": "8.5",
"marketId": 2764,
"msgType": "market.last.trade"
}