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

# Exchange Volume Chart within Time Range by ID

`GET /exchanges/{id}/volume_chart/range`

To query the historical volume chart data in BTC by specifying date range in UNIX based on exchange's ID

## Path parameters

- `id` string, required

## Query parameters

- `from` number, required
- `to` number, required

## Response `200`

Exchange volume chart data within time range

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