{
"type": "subscribe",
"channel": "symbol_stats",
"id": "random string"
}
{
"type": "unsubscribe",
"channel": "symbol_stats",
"id": "random string"
}
{
"type": "update",
"channel": "symbol_stats",
"data": {
"ETHUSDT": {
"openTime": "1700784000000",
"openPrice": "1780.00000000",
"highPrice": "1789.11000000",
"lowPrice": "1777.23000000",
"closePrice": "1779.00000000",
"volume": "10.00000000",
"trades": "7",
"closeTime": "1700870399999",
"quoteVolume": "17810.63000000",
"takerBuyBaseVolume": "6.10000000",
"takerBuyQuoteVolume": "10850.00000000"
}
]
}