{
"source": "accountBalance",
"address": "<user_address>"
}
{
"u": <user address>,
"b": <new balance>,
"t", <updated at | milliseconds>
}
{
"source": "accountMargin",
"address": "<user_address>"
}
{
"u": <user address>,
"s": <symbol>,
"i": <is isolated | boolean>
"t", <updated at | milliseconds>
}
{
"source": "accountLeverage",
"address": "<user_address>"
}
{
"u": <user address>,
"s": <symbol>,
"l": <new leverage>
"t", <updated at | milliseconds>
}