---
title: "Get Account Positions"
method: GET
path: "/v1/accounts/{account_id}/positions"
tags: ["Accounts"]
---

# Get Account Positions

`GET /v1/accounts/{account_id}/positions`

Get the current positions being held in an account

## Path parameters

- `account_id` string, required

## Headers

- `Accept` 'application/json', required

## Response `200`

Account positions information

- PositionsResponse
  - `positions` object
    - `position` Position[] — List of positions held in the account
      - `cost_basis` number, float — The cost basis of the position
      - `date_acquired` string, date-time — The date the position was acquired
      - `id` integer — The position ID
      - `quantity` number, float — The quantity of the security (negative for short positions)
      - `symbol` string — The security symbol

## Other responses

- `401` — Authentication required or invalid credentials
- `403` — Access denied to the requested resource
- `404` — The requested resource was not found

---

[API](https://skmtc.net/tradier/apis/tradier-brokerage-api.md) · [All operations](https://skmtc.net/tradier/apis/tradier-brokerage-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tradier/tradier-brokerage-api/revisions/3cda47abe673/schema)
