Enable access of historical high resolution data from the API.
Currently the endpoint realtime.json provides access to the last recorded data points. however, in order to make use of high resolution data externally this endpoint need to be frequently polled.
It would be a great addition to extend the data.json endpoint with the option to retrieve an invterval of recorded high resolution data in order to remove the need for frequent polling of the realtime.json endpoint.
Great news! This is available in Greenbyte. The https://developer.greenbyte.com/v/2_2-beta#/http/api-endpoints/data/get-high-res-data endpoint covers some important use cases.
-
Charlie Plumley commented
Hi, what's the progress on this and will it be a standard feature now to have access to higher frequency data? Thanks, Charlie
-
Sonia Lileo commented
Currently it is only possible to access data with 10 sec resolution or lower through the API.
I need to access 1 sec data (real-time data) through the API.