---
title: "Portfolio"
method: GET
path: "/debug/portfolios/{address}"
tags: ["debug"]
---

# Portfolio

`GET /debug/portfolios/{address}`

Get current portfolio considering pessimistic transactions in the UTX pool

## Path parameters

- `address` string, required

## Query parameters

- `considerUnspent` boolean

## Response `200`

Json portfolio

- object
  - `balance` integer, required
  - `lease` object, required
    - `in` integer, required
    - `out` integer, required
  - `assets` object, required — map of assetId <-> balance

## Other responses

- `403` — Provided API key is not correct

## Changes

- **2021-05-27** `c901f97e3a8d` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/wavesplatform/apis/waves-full-node-chainid/changes/debug/portfolios/:address/get.md)

---

[API](https://skmtc.dev/wavesplatform/apis/waves-full-node-chainid.md) · [All operations](https://skmtc.dev/wavesplatform/apis/waves-full-node-chainid/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/wavesplatform/waves-full-node-chainid/revisions/c901f97e3a8d/schema)
