{
"type": "subscribe",
"channel": "kline",
"id": "random string",
"symbol": "WBTCUSDT",
"interval": "1m"
}
{
"type": "unsubscribe",
"channel": "kline",
"id": "random string",
"symbol": "WBTCUSDT",
"interval": "1m"
}
{
"type": "update",
"channel": "kline",
"symbol": "WBTCUSDT",
"interval": "1m",
"data": {
"openTime": "1700813460000",
"openPrice": "33749.79000000",
"highPrice": "33749.79000000",
"lowPrice": "33749.79000000",
"closePrice": "33749.79000000",
"volume": "0.00000000",
"trades": "0",
"closeTime": "1700813519999",
"quoteVolume": "0.00000000",
"takerBuyBaseVolume": "0.00000000",
"takerBuyQuoteVolume": "0.00000000"
}
}