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: risk - risk rate account, 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 | Current risk rate of the margin account (returned when the account is a risk rate account) | [optional] |
| mmr | str | Leveraged Account Current Maintenance Margin Rate (returned when the Account is Account) | [optional] |
| base | MarginAccountCurrency | [optional] | |
| quote | MarginAccountCurrency | [optional] |