GET
/
v1
/
chartPoints
/
:filter
/
:exchange
/
:symbol
curl --request GET \
  --url https://api.diadata.org/v1/chartPoints/:filter/:exchange/:symbol
{"DataPoints":[{"Series":[{"name":"filters","columns":["time","exchange","filter","symbol","value"],"values":[["2020-05-19T08:02:09Z","GateIO","MEDIR120","EOS",2.6218717017500084]]}],"Messages":null}]}

Successful responses can be rather large.

Path Parameters

filter
string
required

Which filter should be applied (Available options: MA120, VOL120, MEDIR120 and MAIR120).

exchange
string
required

A valid exchange from GET /v1/exchanges, e.g., Binance

symbol
string
required

A valid symbol from GET /v1/coins, e.g., BTC.

Query Parameters

scale
string

Which scale the graph points distance should have. Available options: 5m 30m 1h 4h 1d 1w.

{"DataPoints":[{"Series":[{"name":"filters","columns":["time","exchange","filter","symbol","value"],"values":[["2020-05-19T08:02:09Z","GateIO","MEDIR120","EOS",2.6218717017500084]]}],"Messages":null}]}