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

# Exchange Volume Chart by ID

`GET /exchanges/{id}/volume_chart`

This endpoint allows you 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`

Get exchange volume chart data

- array[]
  - number[]

---

[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/672da434b7c1/schema)
