decred / decred-php-api

PHP API for the Decred Cryptocurrency
ISC License
9 stars 7 forks source link

Coin Market Cap API Deprecated #12

Open captain-redbeard opened 4 years ago

captain-redbeard commented 4 years ago

The Coin Market Cap API is now deprecated and the new version does not offer a public API.

Deprecation warning: https://api.coinmarketcap.com/ Migration information: https://pro.coinmarketcap.com/migrate

When this takes effect the CoinMarketCap class (https://github.com/decred/decred-php-api/blob/master/src/Decred/Rate/CoinMarketCap.php) will stop working.

tmlee commented 4 years ago

Co-founder at CoinGecko here, if you are looking for a market data API, you can consider https://www.coingecko.com/api

Its easy to query for Decred data for instance, https://api.coingecko.com/api/v3/simple/price/?ids=decred&vs_currencies=USD,BTC

karamble commented 3 years ago

RATE functionality currently not working. Would like to see dcrdata added as a provider class