{
"type": "subscribe",
"channel": "mybalance",
"id": "random string"
}
{
"type": "unsubscribe",
"channel": "mybalance",
"id": "random string"
}
{
"type": "init",
"channel": "mybalance",
"assets":
{
"assetName": "USDT",
"available": 18112.267984,
"inUse": 47.562821,
"event": "INIT"
},
{
"assetName": "WBTC",
"available": 18112,
"inUse": 0,
"event": "INIT"
}
}