Data from Binance

Job ID: 31504202

Budget: $10 – $30 USD

Using different APIs I can get DATA of all crypto coins from Binance Exchange, but I couldn't succeed for this API: /api/v3/klines


The base endpoint is: https://api.binance.com
If there are performance issues with the endpoint above, these API clusters are also available:
https://api1.binance.com
https://api2.binance.com
https://api3.binance.com
https://binance.com


API
/api/v3/klines

It is for candle sticks information. What I want is; I want an API that will be able to get kline data for EVERY COIN in every 1 hour. (using Power Querry)

So API must be like this: https://binance.com//api/v3/klines/1h

But It doesn't work.
Anyone can succeed it please inform me.

NOTE : Information about APIs here: https://github.com/binance/binance-spot-api-docs/blob/master/rest-api.md#klinecandlestick-data
Related categories: Data Processing Excel VBA