---
title: "Get Portfolio Summary"
method: GET
path: "/v1/kraken_embed/users/{user_id}/summary"
tags: ["Kraken Embed"]
---

# Get Portfolio Summary

`GET /v1/kraken_embed/users/{user_id}/summary`

Get a high-level summary of a user's portfolio including total value, available balance, and unrealized P&L.

## Path parameters

- `user_id` string, required — The ID of the Privy user.

## Query parameters

- `quote` string
- `include[current_day_pnl]` 'true' | 'false' — A string-encoded boolean query parameter on including current day profit and loss.

## Headers

- `privy-app-id` string, required — ID of your Privy app.

## Response `200`

Portfolio summary retrieved successfully.

- KrakenEmbedGetPortfolioSummaryResponse — High-level summary of a user's portfolio including total value, available balance, and unrealized P&L.
  - `data` KrakenEmbedGetPortfolioSummaryResult, required — Kraken API response envelope for portfolio summary, containing optional errors and the result payload.
    - `error` string[]
    - `errors` string[]
    - `result` KrakenEmbedPortfolioSummaryPayload, required — Portfolio summary payload containing balances, value, and profit/loss information.
      - `available_balance` string, required
      - `cost_basis` string, nullable
      - `currency` string, required
      - `current_day_pnl` KrakenEmbedCurrentDayPnl — Current day profit and loss for a portfolio, calculated from the most recent available balance.
        - `pnl` string, required
        - `since` string, date-time, required
      - `lots_upnl` string, nullable
      - `open_orders` string, required
      - `portfolio_value` string, required
      - `timestamp` string, date-time, required
      - `withheld_value` string, required

## Changes

- **2026-06-12** `a8d27de9e15d` — 7 breaking, 3 warning, 1 info
  - the `data/result` response's property type changed from `object, null` to no type for status `200`
  - removed the required property `data/result/available_balance` from the response with the `200` status
  - removed the required property `data/result/currency` from the response with the `200` status
  - removed the required property `data/result/open_orders` from the response with the `200` status
  - …7 more

[Change history](https://skmtc.dev/privy-io/apis/privy-api/changes/v1/kraken_embed/users/:user_id/summary/get.md)

---

[API](https://skmtc.dev/privy-io/apis/privy-api.md) · [All operations](https://skmtc.dev/privy-io/apis/privy-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/privy-io/privy-api/revisions/bb2eb34156cc/schema)
