Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 2.04 KB

CrossMarginAccount.md

File metadata and controls

28 lines (24 loc) · 2.04 KB

Io.Gate.GateApi.Model.CrossMarginAccount

Properties

Name Type Description Notes
UserId long User ID [optional]
RefreshTime long Time of the most recent refresh [optional]
Locked bool Whether account is locked [optional]
Balances Dictionary<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]
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 (∑(positive equity * index price * discount) + ∑(negative equity * index price)) [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]
PortfolioMarginTotal string Total amount of the portfolio margin account [optional]
PortfolioMarginTotalLiab string Total liabilities of the portfolio margin account [optional]
PortfolioMarginTotalEquity string Total equity of the portfolio margin account [optional]

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