Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.14 KB

MarginAccount.md

File metadata and controls

18 lines (14 loc) · 1.14 KB

MarginAccount

Margin account detail. base refers to base currency, while `quotes to quote currency

Properties

Name Type Description Notes
currency_pair str Currency pair [optional]
account_type str Account type, risk - risk rate account, mmr - maintenance margin rate account, inactive - market not activated [optional]
leverage str User current market leverage multiple [optional]
locked bool Whether account is locked [optional]
risk str Leveraged Account Current Risk Rate (Returned when the Account is a Risk Rate Account) [optional]
mmr str Leveraged Account Current Maintenance Margin Rate (returned when the Account is a Maintenance Margin Rate Account) [optional]
base MarginAccountCurrency [optional]
quote MarginAccountCurrency [optional]

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