---
title: "Get Portfolio Summary"
method: GET
path: "/{customerId}/portfolio"
---

# Get Portfolio Summary

`GET /{customerId}/portfolio`

To retrieve the total of holdings

## Path parameters

- `customerId` string, required

## Headers

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

## Response `200`

200

- object
  - `status` integer
  - `doc` object
    - `customerId` string
    - `cashAvailable` number
    - `total` object
      - `investment` number
      - `currentValue` number
      - `profitAndLoss` number
      - `profitAndLossPercent` number
    - `stocks` object
      - `investment` number
      - `currentValue` number
    - `stacks` object
      - `investment` number
      - `currentValue` number

## Other responses

- `400` — 400
- `401` — 401
- `403` — 403
- `500` — 500

---

[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)
