Futures position details
Name | Type | Description | Notes |
---|---|---|---|
User | long | User ID | [optional] [readonly] |
Contract | string | Futures contract | [optional] [readonly] |
Size | long | Position size | [optional] [readonly] |
Leverage | string | Position leverage. 0 means cross margin; positive number means isolated margin | [optional] |
RiskLimit | string | Position risk limit | [optional] |
LeverageMax | string | Maximum leverage under current risk limit | [optional] [readonly] |
MaintenanceRate | string | Maintenance rate under current risk limit | [optional] [readonly] |
Value | string | Position value calculated in settlement currency | [optional] [readonly] |
Margin | string | Position margin | [optional] |
EntryPrice | string | Entry price | [optional] [readonly] |
LiqPrice | string | Liquidation price | [optional] [readonly] |
MarkPrice | string | Current mark price | [optional] [readonly] |
InitialMargin | string | The initial margin occupied by the position, applicable to the portfolio margin account | [optional] [readonly] |
MaintenanceMargin | string | Maintenance margin required for the position, applicable to portfolio margin account | [optional] [readonly] |
UnrealisedPnl | string | Unrealized PNL | [optional] [readonly] |
RealisedPnl | string | Realized PNL | [optional] [readonly] |
PnlPnl | string | Realized PNL - Position P/L | [optional] [readonly] |
PnlFund | string | Realized PNL - Funding Fees | [optional] [readonly] |
PnlFee | string | Realized PNL - Transaction Fees | [optional] [readonly] |
HistoryPnl | string | History realized PNL | [optional] [readonly] |
LastClosePnl | string | PNL of last position close | [optional] [readonly] |
RealisedPoint | string | Realized POINT PNL | [optional] [readonly] |
HistoryPoint | string | History realized POINT PNL | [optional] [readonly] |
AdlRanking | int | Ranking of auto deleveraging, a total of 1-5 grades, `1` is the highest, `5` is the lowest, and `6` is the special case when there is no position held or in liquidation | [optional] [readonly] |
PendingOrders | int | Current open orders | [optional] [readonly] |
CloseOrder | PositionCloseOrder | [optional] | |
Mode | string | Position mode, including: - `single`: dual mode is not enabled- `dual_long`: long position in dual mode- `dual_short`: short position in dual mode | [optional] |
CrossLeverageLimit | string | Cross margin leverage(valid only when `leverage` is 0) | [optional] |
UpdateTime | long | Last update time | [optional] [readonly] |
UpdateId | long | Update id. Each time the position is updated, the value will be +1. | [optional] [readonly] |
OpenTime | long | First Open Time | [optional] |