Hey all! I created a free endpoint for fetching historical OHLC and real-time crypto prices.Decided to post here as I have seen some ask about historical ethereum prices before.
I added Github with examples here: [
I created the endpoint to address some of the issues I had when working / prototyping with free plans of current providers (e.g. coinmarketcap / coingecko). Main things being:
​
* Low resolution (can only get hourly or daily price data but I need 1min or even second data)
* Limited historical data (no historical data or less than 1 year)
* Data is super delayed – coinmarketcap update frequency of OHLC data is something like 5-10minutes
* No data on niche / very small cap tokens (which sometimes I needed)
Anyway, hope some of you will find this endpoint useful.
​
This is the first release but I am planning to expand it more. So feedback / suggestions would be very welcome đŸ™‚
Very interesting, interested in discussing the tech behind the scenes