API IntegrationTrade Activity
Open Position
List open basket positions.
List open basket positions with GET /positions (SDK: sdk.core.positions.list), or a lighter payload with GET /positions/lite (sdk.core.positions.openLite).
Each position is basket-level: its PnL, entry, and size reflect the basket, not the exchange's per-asset view (see Synthetic Position). For live updates, subscribe to user_events and read position.created / position.updated / position.closed on the WebSocket.