Post
Topic
Board Project Development
Re: How can I get full Historical Data prices ? ALTS + Bitcoin
by
spore1998
on 04/02/2020, 15:00:33 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.

thanks a lot for the help. I asked for help in reddit, facebook, etc
but nothing like the bitcoin forum !

Thanks your taking your time helping me out