---
title: "Get portfolio overview"
method: GET
path: "/api/portfolio"
tags: ["Portfolio"]
---

# Get portfolio overview

`GET /api/portfolio`

Returns account-level portfolio summary data such as running blueprints, open positions, pending orders, and aggregate PnL. API keys need the `portfolio:read` scope.

## Response `200`

Portfolio overview.

- Portfolio
  - `runningBlueprints` number
  - `openPositions` number
  - `pendingOrders` number
  - `totalPnl` number

## Other responses

- `401` — Missing, invalid, revoked, or expired credentials.
- `403` — Credential is valid but cannot perform this action.

---

[API](https://skmtc.net/carboncopyinc/apis/blueprints-api.md) · [All operations](https://skmtc.net/carboncopyinc/apis/blueprints-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/carboncopyinc/blueprints-api/versions/821dba6e3373/schema)
