Margin account information for a trading pair. `base` corresponds to base currency account information, `quote` corresponds to quote currency account information
| 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] |