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

# Get volume chart

`GET /v1/portfolio/volume-chart`

Get trading volume per time period (traded + liquidation volume). Each point shows volume for that bucket only.

## Query parameters

- `account` string
- `period` string

## Response `200`

A successful response.

- ApiGetVolumeChartResponse — GetVolumeChartResponse returns per-period volume time-series.
  - `account` string
  - `data` GetVolumeChartResponseVolumeChartPoint[]
    - `timestamp` string, int64
    - `volume` 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)
