---
title: "List positions"
method: GET
path: "/accounts/{account_id}/positions"
tags: ["Positions"]
---

# List positions

`GET /accounts/{account_id}/positions`

List current positions for a given account.

## Path parameters

- `account_id` string, required — Account ID for the account.

## Query parameters

- `page_size` integer — Number of positions to return per page.
- `page_token` string — Cursor for the page to return.

## Response `200`

Successful response

- object
  - `data` Position[], required
    - `account_id` string, required — Account ID for the account.
    - `account_number` string, required — Account number for the account.
    - `symbol` string, required
    - `quantity` string, required — String representation of quantity.
    - `average_cost` number, double, required — The average cost of the position.
  - `next_page_token` string — Cursor for the next page of results.

## Other responses

- `default` — Error response

---

[API](https://skmtc.net/clear-street/apis/common-api-models.md) · [All operations](https://skmtc.net/clear-street/apis/common-api-models/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clear-street/common-api-models/revisions/05b4df42c056/schema)
