Trading
The Trading module provides administrative trading operations executed on behalf of a client trading account. It includes read access to instrument configuration for a given group, and write access to core dealing workflows: opening, editing, closing, and reopening positions, managing pending orders, and creating correction orders.
Execution model: Trade operation endpoints return an acknowledgement response rather than a full post-trade state snapshot.
Timestamps: All date-time fields follow RFC 3339 format (e.g. 2024-01-13T09:20:04.651Z).
Endpoints
v1/symbols?group=testUSD&symbols=symbols
v1/trading-accounts/positions/open
v1/trading-accounts/positions/edit
v1/trading-accounts/positions/close
v1/trading-accounts/positions/close-partially
v1/trading-accounts/positions/close-all
v1/trading-accounts/positions/reopen
v1/trading-accounts/pending-order/create
v1/trading-accounts/pending-order/cancel?login=149937&orderId=W0222619880136
v1/trading-accounts/correction-order/create