Account Positions
Retrieve all open positions for a specific trading account including quantity, cost basis, current market value, and unrealized profit/loss. Track portfolio holdings and performance metrics in real-time.
Use Case: Display a portfolio summary with current positions, P&L, and percentage gains/losses for each holding.
Demo response (all fields)
Position quantities and prices are returned as decimal strings to preserve precision. The sample below includes every JSON field the response object can contain.Authorizations
OAuth2 Bearer token: obtain an access token from the token endpoint and send it in the Authorization header.
Path Parameters
Account whose positions you want to read. Enter the account ID from User Accounts.
Response
Account positions retrieved successfully
Response for GET /v1/accounts/{id}/positions. Cached positions for the account plus data availability metadata. Numeric amounts are returned as decimal strings.