1
I'm noticing that the Bittrex API (both v1.1 and v2.0) have a 3 to 4 minute delay when getting data, i.e. GetLatestTick: https://bittrex.com/api/v2.0/pub/market/GetLatestTick?marketName=BTC-NEO&tickInterval=hour
So if you make a request say at 8:00PM, it will not bring the 7:00 to 8:00PM candle data until 8:03PM, some times 8:04PM ...
I thought about constructing my own candles querying the API every few seconds with /getticker - but for a few cryptos it will get lengthy and might get banned for the amount of requests per second ...
Anyone knows any other method to get candle data sooner?
Thanks!
what are you trying to get? – Adam – 2018-02-05T18:32:48.110
Candles for the last hour for a number of currencies (/GetLatestTick) – Neurus – 2018-02-05T20:57:02.350