---
title: "Exchange Volume Chart by ID"
method: GET
path: "/exchanges/{id}/volume_chart"
---

# Exchange Volume Chart by ID

`GET /exchanges/{id}/volume_chart`

To query the historical volume chart data with time in UNIX and trading volume data in BTC based on exchange's ID

## Path parameters

- `id` string, required

## Query parameters

- `days` '1' | '7' | '14' | '30' | '90' | '180' | '365', required

## Response `200`

Exchange volume chart data

- array[] — Volume chart data points as [timestamp, volume_in_btc] pairs
  - union[]
    - union
      - number
      - string

---

[API](https://skmtc.net/coingecko/apis/coingecko-demo-api.md) · [All operations](https://skmtc.net/coingecko/apis/coingecko-demo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/coingecko/coingecko-demo-api/versions/d62c9c579f3a/schema)
