Skip to content

Latest commit

 

History

History
33 lines (29 loc) · 2.04 KB

File metadata and controls

33 lines (29 loc) · 2.04 KB

CrossexPosition

Properties

Name Type Description Notes
user_id str User ID [optional]
position_id str Position ID [optional]
symbol str Currency pair [optional]
position_side str Position Direction [optional]
initial_margin str Initial Margin [optional]
isolated_margin str Isolated margin. It is 0 in cross margin mode and applies only to isolated margin positions [optional]
margin_mode str Margin mode (CROSS/ISOLATED) [optional]
maintenance_margin str Maintenance margin [optional]
position_qty str Position Quantity [optional]
position_value str Position Value [optional]
upnl str Unrealized P&L [optional]
upnl_rate str Unrealized P&L Ratio [optional]
entry_price str Position Average Entry Price [optional]
liq_price str Liquidation price. It is 0 in cross margin mode and applies only to isolated margin positions; 0 in isolated margin mode means the position will not be liquidated [optional]
mark_price str Mark price [optional]
leverage str Position Leverage [optional]
max_leverage str Maximum leverage [optional]
risk_limit str Position risk limit [optional]
fee str Position Fee [optional]
funding_fee str Accumulated position funding fee. A positive value indicates a gain, while a negative value indicates a loss. [optional]
funding_time str Position funding fee collection time (0 indicates it has not been collected yet) [optional]
create_time str Position Creation Time [optional]
update_time str Position Update Time [optional]
closed_pnl str Realized PnL [optional]

[Back to Model list] [Back to API list] [Back to README]