Topic:/liquidationWarning#
This endpoint pushes notification that alerts you in real time the moment any of your positions approaches a dangerous risk levelThe message will only be pushed if the riskRatio is >=80% and the risk event type changes within 1 minute.
If there is no change, a message will be pushed once per minute.
Subscribe Message#
{
"id": "1545910660739",
"action": "SUBSCRIBE",
"channel":"lw",
"tradeType":"UNIFITED"
}
Response#
Example{
"T": "lw.UNIFIED",
"P": 1729842192785164840,
"d": {
"eT": "MARGIN_CALL",
"r": "0.9378",
"a": "12456.32",
"iM": "58720.00",
"mM": "5284.80",
"aM": "1890.45",
"e": "63710.77",
"l": "51254.45",
"U": 1729842192780
}
}