Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.11 KB

File metadata and controls

21 lines (16 loc) · 1.11 KB

Io.Gate.GateApi.Model.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
CurrencyPair string Currency pair [optional]
AccountType string Account Type mmr: maintenance margin rate account;inactive: market not activated [optional]
Leverage string User's current market leverage multiplier [optional]
Locked bool Whether the account is locked [optional]
Risk string Deprecated [optional]
Mmr string 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]