> ## Documentation Index
> Fetch the complete documentation index at: https://www.diadata.org/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Exchange Chart Points

> Get chart points for an exchange.

<Card title="Example" href="https://api.diadata.org/v1/chartPoints/MEDIR120/Binance/BTC" icon="angle-right" horizontal>
  [https://api.diadata.org/v1/chartPoints/MEDIR120/Binance/BTC](https://api.diadata.org/v1/chartPoints/MEDIR120/Binance/BTC)
</Card>

<Info>Successful responses can be rather large.</Info>

## Path Parameters

<ParamField path="filter" type="string" required>
  Which filter should be applied (Available options: MA120, VOL120, MEDIR120 and
  MAIR120).
</ParamField>

<ParamField path="exchange" type="string" required>
  A valid exchange from GET /v1/exchanges, e.g., Binance
</ParamField>

<ParamField path="symbol" type="string" required>
  A valid symbol from GET /v1/coins, e.g., BTC.
</ParamField>

## Query Parameters

<ParamField query="scale" type="string">
  Which scale the graph points distance should have. Available options: 5m 30m
  1h 4h 1d 1w.
</ParamField>

<ResponseExample>
  ```json 200 Successful retrieval of a chart point. theme={"system"}
  {"DataPoints":[{"Series":[{"name":"filters","columns":["time","exchange","filter","symbol","value"],"values":[["2020-05-19T08:02:09Z","GateIO","MEDIR120","EOS",2.6218717017500084]]}],"Messages":null}]}
  ```
</ResponseExample>
