alephium / explorer

The explorer front-end for Alephium protocol
https://explorer.alephium.org
GNU Lesser General Public License v3.0
12 stars 8 forks source link

Replace Coingecko API with a more stable API #182

Open nop33 opened 1 year ago

nop33 commented 1 year ago

Based on the pricing page, Coingecko changed their API rates to 10 requests/minute. It is also stated that:

Fluctuates based on traffic conditions. The Public API is optimised for testing uses and may not be optimal for production environment.

nop33 commented 1 year ago

We may want to look into CoinMarketCap: https://pro.coinmarketcap.com/features/

diomark commented 1 year ago

Coingecko also has a monthly paid plan which may work for you guys - https://www.coingecko.com/en/api/pricing

nop33 commented 1 year ago

We could also build a small price service that queries the Coingecko API once every minute. All our apps could connect to this service. This way we won't suffer from API rate limits.