Liability information in websocket (cross margin)

My bot working on cross margin market. It needs to calculate how much I can borrow. Every time when balance changes, I’m querying /sapi/v1/margin/account to know how much I already borrowed.
I propose to add websocket event like “Account Update” that contains information about liabilities. Like /sapi/v1/margin/account field “userAssets” (borrowed, interest, netAsset).

We’ll register this suggestion. At the moment, you can also try to save the borrowed amount locally, without constant use of REST API (if you want to reduce requests limit).