[go: up one dir, main page]

Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 1.85 KB

SubCrossMarginAccount.md

File metadata and controls

26 lines (21 loc) · 1.85 KB

SubCrossMarginAccount

Properties

Name Type Description Notes
UserId int64 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 map[string]CrossMarginBalance1 [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 * borrowed factor [optional]
Net string Total net assets in USDT [optional]
Leverage string Position leverage [optional]
Interest string Total unpaid interests in USDT, i.e., the sum of all currencies' `interestpricediscount` [optional]
Risk string Risk rate. When it belows 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]