cURL
curl --request GET \ --url https://api.tradearies.dev/v1/accounts/{id}/positions \ --header 'Authorization: Bearer <token>' \ --header 'X-API-Key: <api-key>'
[ { "symbol": "<string>", "quantity": "<string>", "pnlToday": "<string>", "averagePrice": "<string>", "buyingPowerUsed": "<string>" } ]
Retrieve all positions for a specific account
Was this page helpful?