Name | Type | Description | Notes |
---|---|---|---|
user_id | int | User ID | [optional] |
locked | bool | Whether account is locked | [optional] |
balances | map[string,\GateApi\Model\CrossMarginBalance] | [optional] | |
total | string | Total account value in USDT, i.e., the sum of all currencies' `(available+freeze)pricediscount` | [optional] |
borrowed | string | Total borrowed value in USDT, i.e., the sum of all currencies' `borrowedpricediscount` | [optional] |
interest | string | Total unpaid interests in USDT, i.e., the sum of all currencies' `interestpricediscount` | [optional] |
risk | string | Risk rate. When it belows 110%, liquidation will be triggered. Calculation formula: `total / (borrowed+interest)` | [optional] |
total_initial_margin | string | Total initial margin | [optional] |
total_margin_balance | string | Total margin balance | [optional] |
total_maintenance_margin | string | Total maintenance margin | [optional] |
total_initial_margin_rate | string | Total initial margin rate | [optional] |
total_maintenance_margin_rate | string | Total maintenance margin rate | [optional] |
total_available_margin | string | Total available margin | [optional] |
portfolio_margin_total | string | Total amount of the portfolio margin account | [optional] |