Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://gateway.architect.exchange/api/positions \ --header 'Authorization: Bearer <token>'
{ "positions": [ { "account_id": "<string>", "realized_pnl": "<string>", "signed_notional": "<string>", "signed_quantity": 123, "symbol": "<string>", "timestamp": "2023-11-07T05:31:56Z", "user_id": "<string>" } ] }
User session token
Optional account ID. If omitted, default (primary) user account is used.
List of positions
Show child attributes