All Cryptos as API

Posted on January 22, 2018 in
1 min read

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.