Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 1.71 KB

File metadata and controls

25 lines (21 loc) · 1.71 KB

UnifiedAccount

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, UnifiedBalance) [optional]
total str The total asset value in USD, calculated as the sum of the product of `(available + freeze) * price` for all currencies. [optional]
borrowed str The total borrowed amount in USD, calculated as the sum of the product of `borrowed * price` for all currencies (excluding points cards). [optional]
total_initial_margin str Total initial margin [optional]
total_margin_balance str Total margin balance [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]
unified_account_total str Total amount of the portfolio margin account [optional]
unified_account_total_liab str Total liabilities of the portfolio margin account [optional]
unified_account_total_equity str Total equity of the portfolio margin account [optional]
leverage str Leverage [optional] [readonly]

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