Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 1.99 KB

CrossMarginAccount.md

File metadata and controls

26 lines (22 loc) · 1.99 KB

CrossMarginAccount

Properties

Name Type Description Notes
user_id int User ID [optional]
refresh_time int Time of the most recent refresh [optional]
locked bool Whether account is locked [optional]
balances dict(str, CrossMarginBalance) [optional]
total str Total account value in USDT, i.e., the sum of all currencies' `(available+freeze)pricediscount` [optional]
borrowed str Total borrowed value in USDT, i.e., the sum of all currencies' `borrowedpricediscount` [optional]
interest str Total unpaid interests in USDT, i.e., the sum of all currencies' `interestpricediscount` [optional]
risk str Risk rate. When it belows 110%, liquidation will be triggered. Calculation formula: `total / (borrowed+interest)` [optional]
total_initial_margin str Total initial margin [optional]
total_margin_balance str Total Margin Balance (∑(positive equity * index price * discount) + ∑(negative equity * index price)) [optional]
total_maintenance_margin str Total maintenance margin [optional]
total_initial_margin_rate str Total initial margin rate [optional]
total_maintenance_margin_rate str Total maintenance margin rate [optional]
total_available_margin str Total available margin [optional]
portfolio_margin_total str Total amount of the portfolio margin account [optional]
portfolio_margin_total_liab str Total liabilities of the portfolio margin account [optional]
portfolio_margin_total_equity str Total equity of the portfolio margin account [optional]

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