v13

latestOpenAPI 3.1.0raw.githubusercontent.com2026-04-0815390371.2 KB
Executors

Get Position Held

Get held position for a specific connector/trading pair.

Returns the aggregated position from executors stopped with keep_position=True, including breakeven prices, matched/unmatched volume, realized PnL, and unrealized PnL.

get/executors/positions/{connector_name}/{trading_pair}

Path parameters

connector_namestring required
trading_pairstring required

Query parameters

account_namestring

Response

Successful Response

trading_pairstring required
connector_namestring required
account_namestring required
buy_amount_basenumber required
buy_amount_quotenumber required
sell_amount_basenumber required
sell_amount_quotenumber required
net_amount_basenumber required
buy_breakeven_pricenumber nullable required
sell_breakeven_pricenumber nullable required
matched_amount_basenumber required
unmatched_amount_basenumber required
position_sidestring nullable required
realized_pnl_quotenumber required
unrealized_pnl_quotenumber nullable
executor_countinteger required
executor_idsstring[] required
last_updatedstring nullable required