π Task
Get hourly price data on an arbitrary time period from Coingecko API
π€― Problem
Hourly granularity is available only in 1-90 days span
π‘ Solution
Cut bigger time frames on multiple 90-day calls
β How
- await Promise.all() decent blog post about it
Top comments (0)