list_open_positions
Retrieve all open positions for your trading account, showing each instrument with open trades, realized and unrealized profit/loss, margin used, and financing details.
Instructions
List the account's open positions — instruments with at least one open trade.
Returns {"positions": [...], "lastTransactionID": "..."} with the
same shape as list_positions: per instrument, realized pl,
unrealizedPL, marginUsed, financing (decimal strings in
the home currency), and long/short sides carrying units
(decimal string; negative on the short side), averagePrice,
tradeIDs, pl, and unrealizedPL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of positions to return. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||