Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 1.81 KB

UnifiedAccount.md

File metadata and controls

23 lines (20 loc) · 1.81 KB

UnifiedAccount

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]: UnifiedBalance; } [optional] [default to undefined]
total string The total asset value in USDT. Sum of `(available + freeze) * price` [optional] [default to undefined]
borrowed string The total borrowed amount in USDT equivalent. Sum of `borrowed * price` [optional] [default to undefined]
totalInitialMargin string Total initial margin [optional] [default to undefined]
totalMarginBalance string Total margin balance [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]
unifiedAccountTotal string Total amount of the portfolio margin account [optional] [default to undefined]
unifiedAccountTotalLiab string Total liabilities of the portfolio margin account [optional] [default to undefined]
unifiedAccountTotalEquity string Total equity of the portfolio margin account [optional] [default to undefined]
leverage string Leverage [optional] [readonly] [default to undefined]