Get Positions
Fetch positions for user’s subaccounts.
Positions are computed from cumulative fills, with avg buy/sell prices, fees, and fill count. Returns positions grouped by subaccount. By default, only positions in open markets are returned.
Authorizations
UUID of your API key (from Settings → API Keys).
Current unix seconds. Must be within 30s of server time.
Base64 Ed25519 signature over the canonical request: METHOD\nPATH\nSORTED_QUERY\nTIMESTAMP\nSHA256(body) hex. See /api-reference/authentication for the full recipe.
Query Parameters
Filter by specific subaccount
Filter by instrument
Include positions in closed markets
Response
Successful Response
Positions grouped by subaccount.

