Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.06 KB

File metadata and controls

18 lines (14 loc) · 1.06 KB

MarginAccount

Margin account information for a trading pair. base corresponds to base currency account information, quote corresponds to quote currency account information

Properties

Name Type Description Notes
currency_pair str Currency pair [optional]
account_type str Account Type mmr: maintenance margin rate account;inactive: market not activated [optional]
leverage str User's current market leverage multiplier [optional]
locked bool Whether the account is locked [optional]
risk str Deprecated [optional]
mmr str Current Maintenance Margin Rate of the account [optional]
base MarginAccountCurrency [optional]
quote MarginAccountCurrency [optional]

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