---
title: "GET /api/v2/account/{address}/portfolio/history"
method: GET
path: "/api/v2/account/{address}/portfolio/history"
tags: ["account"]
---

# GET /api/v2/account/{address}/portfolio/history

`GET /api/v2/account/{address}/portfolio/history`

Get single-wallet portfolio value history across all supported chains

## Path parameters

- `address` string, required

## Query parameters

- `limit` number

## Response `200`

Account portfolio history

- object
  - `address` string, required
  - `chainIds` number[], required
  - `limit` number, required
  - `points` object[], required
    - `t` string, required
    - `totalUsd` number, required
  - `summary` object, required
    - `peak` number, required
    - `lowest` number, required
    - `totalReturnPct` number, nullable, required

## Changes

- **2026-08-31** `f31701a4cad7` — 2 info
  - api tag `token` removed
  - removed the non-success response with the status `404`
- **2026-08-30** `8dd0a6b8c5bc` — 2 info
  - api tag `token` added
  - added the non-success response with the status `404`

[Change history](https://skmtc.dev/originprotocol/apis/defi-analytics/changes/api/v2/account/:address/portfolio/history/get.md)

---

[API](https://skmtc.dev/originprotocol/apis/defi-analytics.md) · [All operations](https://skmtc.dev/originprotocol/apis/defi-analytics/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/originprotocol/defi-analytics/revisions/f31701a4cad7/schema)
