Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 1.85 KB

File metadata and controls

26 lines (21 loc) · 1.85 KB

SubCrossMarginAccount

Properties

Name Type Description Notes
UserId int64 Cross margin account user ID. 0 means this sub-account has not yet opened a cross margin account [optional]
Locked bool Whether the account is locked [optional]
Balances map[string]CrossMarginBalance [optional]
Total string Total account value in USDT, i.e., the sum of all currencies' `(available+freeze)pricediscount` [optional]
Borrowed string Total borrowed value in USDT, i.e., the sum of all currencies' `borrowedpricediscount` [optional]
BorrowedNet string Total borrowed value in USDT * leverage factor [optional]
Net string Total net assets in USDT [optional]
Leverage string Position leverage [optional]
Interest string Total unpaid interest in USDT, i.e., the sum of all currencies' `interestpricediscount` [optional]
Risk string Risk rate. When it falls below 110%, liquidation will be triggered. Calculation formula: `total / (borrowed+interest)` [optional]
TotalInitialMargin string Total initial margin [optional]
TotalMarginBalance string Total margin balance [optional]
TotalMaintenanceMargin string Total maintenance margin [optional]
TotalInitialMarginRate string Total initial margin rate [optional]
TotalMaintenanceMarginRate string Total maintenance margin rate [optional]
TotalAvailableMargin string Total available margin [optional]

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