Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 1.83 KB

SubCrossMarginAccount.md

File metadata and controls

25 lines (21 loc) · 1.83 KB

SubCrossMarginAccount

Properties

Name Type Description Notes
user_id int User ID of the cross margin account. 0 means that the subaccount has not yet opened a cross margin account [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]
borrowed_net str Total borrowed value in USDT * borrowed factor [optional]
net str Total net assets in USDT [optional]
leverage str Position leverage [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]
total_initial_margin str Total initial margin [optional]
total_margin_balance str Total margin balance [optional]
total_maintenance_margin str Total maintenance margin [optional]
total_initial_margin_rate str Total initial margin rate [optional]
total_maintenance_margin_rate str Total maintenance margin rate [optional]
total_available_margin str Total available margin [optional]

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