Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 2.23 KB

CrossMarginAccount.md

File metadata and controls

24 lines (21 loc) · 2.23 KB

CrossMarginAccount

Properties

Name Type Description Notes
userId number User ID [optional] [default to undefined]
refreshTime number Time of the most recent refresh [optional] [default to undefined]
locked boolean Whether account is locked [optional] [default to undefined]
balances { [key: string]: CrossMarginBalance; } [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]
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 (∑(positive equity * index price * discount) + ∑(negative equity * index price)) [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]
portfolioMarginTotal string Total amount of the portfolio margin account [optional] [default to undefined]
portfolioMarginTotalLiab string Total liabilities of the portfolio margin account [optional] [default to undefined]
portfolioMarginTotalEquity string Total equity of the portfolio margin account [optional] [default to undefined]