| Name | Type | Description | Notes |
|---|---|---|---|
| user_id | int | Cross margin account user ID. 0 means this sub-account has not yet opened a cross margin account | [optional] |
| locked | bool | Whether the account is locked | [optional] |
| balances | dict(str, CrossMarginBalance) | [optional] | |
| total | str | Total account value in USDT, i.e., the sum of all currencies' `(available+freeze)pricediscount` | [optional] |
| borrowed | str | Total borrowed value in USDT, i.e., the sum of all currencies' `borrowedpricediscount` | [optional] |
| borrowed_net | str | Total borrowed value in USDT * leverage factor | [optional] |
| net | str | Total net assets in USDT | [optional] |
| leverage | str | Position leverage | [optional] |
| interest | str | Total unpaid interest in USDT, i.e., the sum of all currencies' `interestpricediscount` | [optional] |
| risk | str | Risk rate. When it falls below 110%, liquidation will be triggered. Calculation formula: `total / (borrowed+interest)` | [optional] |
| total_initial_margin | str | Total initial margin | [optional] |
| total_margin_balance | str | Total margin balance | [optional] |
| total_maintenance_margin | str | Total maintenance margin | [optional] |
| total_initial_margin_rate | str | Total initial margin rate | [optional] |
| total_maintenance_margin_rate | str | Total maintenance margin rate | [optional] |
| total_available_margin | str | Total available margin | [optional] |