---
title: "Get brokerage positions"
method: GET
path: "/api/brokerage/positions"
tags: ["Brokerage"]
---

# Get brokerage positions

`GET /api/brokerage/positions`

## Query parameters

- `accountId` string
- `limit` number
- `offset` number, nullable

## Response `200`

Brokerage positions

- object
  - `positions` BrokeragePosition[], required
    - `accountId` string, required
    - `averagePurchasePrice` string, nullable, required
    - `createdAt` string, nullable, required
    - `currencyCode` string, nullable, required
    - `currencyId` string, nullable, required
    - `currencyName` string, nullable, required
    - `exchangeCode` string, nullable, required
    - `exchangeId` string, nullable, required
    - `exchangeMicCode` string, nullable, required
    - `exchangeName` string, nullable, required
    - `figiCode` string, nullable, required
    - `id` string, required
    - `isQuotable` boolean, nullable, required
    - `isTradable` boolean, nullable, required
    - `lastSync` string, nullable, required
    - `localId` string, nullable, required
    - `openPnl` string, nullable, required
    - `price` string, nullable, required
    - `rawSymbol` string, nullable, required
    - `securityTypeCode` string, nullable, required
    - `securityTypeDescription` string, nullable, required
    - `securityTypeId` string, nullable, required
    - `snapTradeAccountId` string, nullable, required
    - `symbol` string, nullable, required
    - `symbolDescription` string, nullable, required
    - `symbolId` string, nullable, required
    - `units` string, nullable, required
    - `updatedAt` string, nullable, required
    - `userId` string, required
  - `positionsByAccount` object, required

## Other responses

- `401` — Unauthorized
- `403` — Subscription required
- `422` — Validation failed

---

[API](https://skmtc.net/cobaltpf/apis/cobalt-api.md) · [All operations](https://skmtc.net/cobaltpf/apis/cobalt-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cobaltpf/cobalt-api/revisions/8ef0dfb5d23c/schema)
