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

# List portfolio history

`GET /portfolio/{address}/history`

## Path parameters

- `address` string, required

## Query parameters

- `cursor` string
- `limit` integer

## Response `200`

Trade and transfer history.

- object
  - `events` PortfolioEvent[]
    - `kind` 'buy' | 'sell' | 'transferIn' | 'transferOut' | 'claim' | 'lock' | 'unlock'
    - `tokenAddress` string, nullable
    - `amount` string
    - `valueUsdAtTime` number, nullable
    - `txHash` string
    - `timestamp` string, date-time
  - `nextCursor` string, 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)
