---
title: "List per-app positions"
method: GET
path: "/portfolio/{address}/positions"
tags: ["Portfolio"]
---

# List per-app positions

`GET /portfolio/{address}/positions`

## Path parameters

- `address` string, required

## Response `200`

Positions.

- object
  - `positions` Position[]
    - `tokenAddress` string
    - `symbol` string
    - `balance` string
    - `valueUsd` number
    - `avgEntryPriceUsd` number, nullable
    - `unrealizedPnlUsd` number, nullable

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