Get the authenticated account's positions.
GET/v1/positions
Returns one row per (instrument_id, sub_account_id). YES and NO positions are tracked separately; only one side will typically be non-zero for a given instrument.
Responses
- 200
- 401
- 503
Array of position rows.
Missing or invalid Authorization header.
A required downstream (matching engine, ClickHouse, custody, instrument service) is unreachable. The request was not processed; retry with backoff.