---
title: "Get portfolio P&L"
method: GET
path: "/portfolio/{address}/pnl"
tags: ["Portfolio"]
---

# Get portfolio P&L

`GET /portfolio/{address}/pnl`

## Path parameters

- `address` string, required

## Response `200`

Realized and unrealized P&L.

- Pnl
  - `realizedUsd` number
  - `unrealizedUsd` number
  - `byApp` object[]
    - `tokenAddress` string
    - `symbol` string
    - `realizedUsd` number
    - `unrealizedUsd` number

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