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 |
|---|---|---|---|
| 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] |