Name | Type | Description | Notes |
---|---|---|---|
UserId | int64 | User ID | [optional] |
RefreshTime | int64 | Time of the most recent refresh | [optional] |
Locked | bool | Whether account is locked | [optional] |
Balances | map[string]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] |
TotalInitialMargin | string | Total initial margin | [optional] |
TotalMarginBalance | string | Total Margin Balance (∑(positive equity * index price * discount) + ∑(negative equity * index price)) | [optional] |
TotalMaintenanceMargin | string | Total maintenance margin | [optional] |
TotalInitialMarginRate | string | Total initial margin rate | [optional] |
TotalMaintenanceMarginRate | string | Total maintenance margin rate | [optional] |
TotalAvailableMargin | string | Total available margin | [optional] |
PortfolioMarginTotal | string | Total amount of the portfolio margin account | [optional] |
PortfolioMarginTotalLiab | string | Total liabilities of the portfolio margin account | [optional] |
PortfolioMarginTotalEquity | string | Total equity of the portfolio margin account | [optional] |