| Name | Type | Description | Notes |
|---|---|---|---|
| user_id | int | User ID | [optional] |
| locked | bool | Whether 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] |
| interest | str | Total unpaid interests in USDT, i.e., the sum of all currencies' `interestpricediscount` | [optional] |
| risk | str | Risk rate. When it belows 110%, liquidation will be triggered. Calculation formula: `total / (borrowed+interest)` | [optional] |