---
title: "Positions"
method: GET
path: "/ccp/positions"
tags: ["CCP (Beta)"]
---

# Positions

`GET /ccp/positions`

List of positions

## Response `200`

Valid result

- PositionData
  - `conid` number — Contract identifier from IBKR's database.
  - `position` number — Number of shares or quantity of the position.
  - `avgCost` number — Average cost of the position.

## Other responses

- `401` — Access denied
- `500` — System error

---

[API](https://skmtc.dev/ibkr/apis/client-portal-web-api.md) · [All operations](https://skmtc.dev/ibkr/apis/client-portal-web-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ibkr/client-portal-web-api/revisions/32edbfe496d1/schema)
