TRADING
channel in order to receive MARGIN_UPDATE
messages.MARGIN_UPDATE
message is sent via the trading channel to notify users of changes to their margin status when they have open futures positions. This message is triggered whenever the user's ratio moves into a new status category, reflecting changes in their account's risk and margin utilization.{
"channel_name": "TRADING",
"type": "MARGIN_UPDATE",
"cash_balance": "3000",
"maintenance_margin": "525",
"margin_used": "3000",
"estimated_profit": "-3000",
"ratio": 0.79,
"status": "LIQUIDATION"
}