---
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

## Changes

- **2026-05-28** `11cc9e00fd86` — 1 info
  - api tag `Exchanges` removed
- **2026-04-30** `fb6b6a203ce6` — 1 breaking
  - response property `items/items/` list-of-types was widened by adding types `string` to media type `application/json` of response `200`

[Change history](https://skmtc.dev/coingecko/apis/coingecko-api/changes/exchanges/:id/volume_chart/get.md)

---

[API](https://skmtc.dev/coingecko/apis/coingecko-api.md) · [All operations](https://skmtc.dev/coingecko/apis/coingecko-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/coingecko/coingecko-api/revisions/006c13c1a566/schema)
