---
title: "List All Holdings"
method: GET
path: "/{customerId}/holdings"
---

# List All Holdings

`GET /{customerId}/holdings`

To retrieve the holdings and pending orders

## Path parameters

- `customerId` string, required

## Headers

- `api-key` string, required
- `auth-key` string, required

## Response `200`

200

- object
  - `status` integer
  - `doc` object
    - `customerId` string
    - `holdings` object[]
      - `symbol` string
      - `logoURL` string
      - `category` string
      - `investment` number
      - `quantity ` integer
    - `pendingOrders` object[]
      - `symbol` string
      - `logoURL` string
      - `category` string
      - `side` string
      - `investment` number

## Other responses

- `400` — 400

---

[API](https://skmtc.net/stockal/apis/uat-client-api-v2.md) · [All operations](https://skmtc.net/stockal/apis/uat-client-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stockal/uat-client-api-v2/versions/08e36bbbd3be/schema)
