cryptocurrencies icon indicating copy to clipboard operation
cryptocurrencies copied to clipboard

📋 Get a list of all the cryptocurrency symbols and names.

Results 18 cryptocurrencies issues
Sort by recently updated
recently updated
newest added

Hi, how can we distinguish crypto currencies from tokens in the specified list? Thanks.

help wanted

- Add .search() ``` cryptocurrencies.search({name: 'bitcoin'}) cryptocurrencies.search({symbol: 'btc'}) // return {name, symbol} ``` - Add .names() ``` cryptocurrencies.names() // return String[] ``` - Add a new test - Add example...

Update Cryptocurrency JSON file into a usable list

![Screenshot_1](https://user-images.githubusercontent.com/39562139/138689963-b3934ff0-bed7-4219-b991-ab4004aca4d8.jpg) Hi. When trying to get data, I see an error like in the screenshot. How can I fix this?

Thank you very much for everything. A suggestion, you could put "XRP" as "Ripple".

It would be nice if it can build a JSON file that maps the coins' name to symbols. I added a few lines in build.js, and it will create name-to-symbol.js...

Decided to take a first stab of enhancing pre-existing work in the PR #6. This PR mainly is using this repository as a way to provide image to directly referenced...

Hi there! Cryptocompare is going to change its coinlist API endpoint from: `https://www.cryptocompare.com/api/data/coinlist/` to `https://min-api.cryptocompare.com/data/all/coinlist`. ``` Message: "Coin list succesfully returned! This api is moving to https://min-api.cryptocompare.com/data/all/coinlist, please change the...

The currency list is growing fast! It is nearly 4,000 items long 😱 so it takes forever to view. An idea could be that when the currency list is generated,...

help wanted