Post
Topic
Board Project Development
Re: How can I get full Historical Data prices ? ALTS + Bitcoin
by
hatshepsut93
on 02/02/2020, 23:12:27 UTC
Alternative to coinmarketcap - coingecko: https://www.coingecko.com/en/api

They provide free public api, so you don't need to register any accounts and get api keys. The link I included has the official API docs, it seems you will be most interested in these endpoints:
Code:
/coins/{id}/market_chart
/coins/{id}/market_chart/range
.

Coingecko supports thousands of coins and tokens, so you can include much more than top 100 coins into your research, if you want to.