---
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[]
  - union[]
    - union
      - number
      - string

## Changes

- **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/range/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/fb6b6a203ce6/schema)
