---
title: "Get aggregated portfolio"
method: GET
path: "/portfolio/{address}"
tags: ["Portfolio"]
---

# Get aggregated portfolio

`GET /portfolio/{address}`

## Path parameters

- `address` string, required

## Response `200`

Aggregate portfolio.

- Portfolio
  - `address` string
  - `totalValueUsd` number
  - `elta` object
    - `balance` string
    - `valueUsd` number
  - `veElta` object
    - `balance` string
    - `unlockTime` string, date-time, nullable
  - `appHoldings` Position[]
    - `tokenAddress` string
    - `symbol` string
    - `balance` string
    - `valueUsd` number
    - `avgEntryPriceUsd` number, nullable
    - `unrealizedPnlUsd` number, nullable
  - `unrealizedPnlUsd` number
  - `updatedAt` string, date-time

## Other responses

- `401` — Missing or invalid SIWE bearer token.

---

[API](https://skmtc.net/elata-biosciences/apis/elata-app-store-api.md) · [All operations](https://skmtc.net/elata-biosciences/apis/elata-app-store-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/elata-biosciences/elata-app-store-api/revisions/55c111b65fc5/schema)
