Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 2.05 KB

SubCrossMarginAccount.md

File metadata and controls

23 lines (20 loc) · 2.05 KB

SubCrossMarginAccount

Properties

Name Type Description Notes
userId number User ID of the cross margin account. 0 means that the subaccount has not yet opened a cross margin account [optional] [default to undefined]
locked boolean Whether account is locked [optional] [default to undefined]
balances { [key: string]: CrossMarginBalance1; } [optional] [default to undefined]
total string Total account value in USDT, i.e., the sum of all currencies' `(available+freeze)pricediscount` [optional] [default to undefined]
borrowed string Total borrowed value in USDT, i.e., the sum of all currencies' `borrowedpricediscount` [optional] [default to undefined]
borrowedNet string Total borrowed value in USDT * borrowed factor [optional] [default to undefined]
net string Total net assets in USDT [optional] [default to undefined]
leverage string Position leverage [optional] [default to undefined]
interest string Total unpaid interests in USDT, i.e., the sum of all currencies' `interestpricediscount` [optional] [default to undefined]
risk string Risk rate. When it belows 110%, liquidation will be triggered. Calculation formula: `total / (borrowed+interest)` [optional] [default to undefined]
totalInitialMargin string Total initial margin [optional] [default to undefined]
totalMarginBalance string Total margin balance [optional] [default to undefined]
totalMaintenanceMargin string Total maintenance margin [optional] [default to undefined]
totalInitialMarginRate string Total initial margin rate [optional] [default to undefined]
totalMaintenanceMarginRate string Total maintenance margin rate [optional] [default to undefined]
totalAvailableMargin string Total available margin [optional] [default to undefined]