All Cryptos as API

22nd January, 2018 - 1 min. read - in Tutorials - Go to Index

Update: it turns out there is a public API on Coinmarketcap.com I didn’t find out before. Thanks to let me know.

Following the previous article about getting the whole list of the cryptocurrencies from Coinmarketcap.com, here the same scraping code packed in a nice end-point call thanks to Runkit, of course.

I’ve resurrected a previous and working example that uses Cheerio to transform the HTML source in a JSON array.

You can check the source here or test the API call straight there.


Spotted a typo or (likely) a grammar error? Send a pull request.