Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.06 KB

CrossMarginAccount.md

File metadata and controls

16 lines (12 loc) · 1.06 KB

CrossMarginAccount

Properties

Name Type Description Notes
user_id int User ID [optional]
locked bool Whether account is locked [optional]
balances dict(str, CrossMarginBalance) [optional]
total str Total account value in USDT, i.e., the sum of all currencies' `(available+freeze)pricediscount` [optional]
borrowed str Total borrowed value in USDT, i.e., the sum of all currencies' `borrowedpricediscount` [optional]
interest str Total unpaid interests in USDT, i.e., the sum of all currencies' `interestpricediscount` [optional]
risk str Risk rate. When it belows 110%, liquidation will be triggered. Calculation formula: `total / (borrowed+interest)` [optional]

[Back to Model list] [Back to API list] [Back to README]