---
title: "Get portfolio PnL chart"
method: GET
path: "/v1/portfolio/chart"
tags: ["Portfolio"]
---

# Get portfolio PnL chart

`GET /v1/portfolio/chart`

Get cumulative PnL chart data for an account. Returns time-series data points aggregated by resolution (1H, 1D, 1W).

## Query parameters

- `account` string
- `period` string

## Response `200`

A successful response.

- ApiGetPortfolioChartResponse
  - `account` string
  - `data` GetPortfolioChartResponsePortfolioChartPoint[]
    - `timestamp` string, int64
    - `value` string

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/rise/apis/risex-rest-api.md) · [All operations](https://skmtc.net/rise/apis/risex-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rise/risex-rest-api/versions/194af8339c0d/schema)
