Skip to main content
GET
/
v1
/
accounts
/
{id}
/
positions
Get Account Positions
curl --request GET \
  --url https://api.aries.com/v1/accounts/{id}/positions \
  --header 'Authorization: Bearer <token>'
[
  {
    "averagePrice": "<string>",
    "buyingPowerUsed": "<string>",
    "pnlToday": "<string>",
    "quantity": "<string>",
    "symbol": "<string>"
  }
]

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Account ID

Response

Account positions retrieved successfully

averagePrice
string

Average cost basis price

buyingPowerUsed
string

Buying power used for position

pnlToday
string

Profit/loss for today

quantity
string

Position quantity

symbol
string

Trading symbol