| Name | Type | Description | Notes |
|---|---|---|---|
| user | int | User ID | [optional] |
| total | str | Account Balance | [optional] |
| position_value | str | Position value, long position value is positive, short position value is negative | [optional] |
| equity | str | Account equity, the sum of account balance and position value | [optional] |
| short_enabled | bool | If the account is allowed to short | [optional] |
| mmp_enabled | bool | Whether to enable MMP | [optional] |
| liq_triggered | bool | Whether to trigger position liquidation | [optional] |
| margin_mode | int | | 保证金模式: - 0:经典现货保证金模式 - 1:跨币种保证金模式 - 2:组合保证金模式 | [optional] |
| unrealised_pnl | str | Unrealized PNL | [optional] |
| init_margin | str | Initial position margin | [optional] |
| maint_margin | str | Position maintenance margin | [optional] |
| order_margin | str | Order margin of unfinished orders | [optional] |
| ask_order_margin | str | Margin for outstanding sell orders | [optional] |
| bid_order_margin | str | Margin for outstanding buy orders | [optional] |
| available | str | Available balance to transfer out or trade | [optional] |
| point | str | Point card amount | [optional] |
| currency | str | Settlement currency | [optional] |
| orders_limit | int | Maximum number of outstanding orders | [optional] |
| position_notional_limit | int | Notional value upper limit, including the nominal value of positions and outstanding orders | [optional] |