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

# 💼 Exchange Volume Chart within Time Range by ID

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

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

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/385cf003659b/schema)
