-
-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to get price information of coins with same symbol #21
Comments
@cxd1995 Thanks for pointing out this case 👍 Currently, the only way I see to distinguish the coin with the same coin-code is by explicitly providing its coinmarketcap-id to fetch data. For example, Atomic Coin have cmc-id atomic-wallet-coin and Cosmos have cmc-id cosmos. |
Will the scraper still works if the input is the coinmarketcap-id? It seems that the input of the scraper could only be the ticker symbol such as ETH, BTC. When I try to use the coinmarketcap-id such as atomic-wallet-coin and cosmos, the returned result is |
No, it doesn't accept coinmarketcap-id as input currently, will need make changes for that. |
I forked the project and added an You can check the id here https://web-api.coinmarketcap.com/v1/cryptocurrency/map?symbol=ATOM You can clone the repository from here https://github.com/ttozatto/cryptoCMD.git |
@guptarohit
This is a(n):
There are many coins with the same ticker symbol. For example, UNUS SED LEO and LEOcoin use the same ticker symbol LEO; Cosmos and Atomic Coin use the same ticker symbol ATOM; CyberMiles and Comet use the same ticker symbol CMT. The circumstance is common for coins.
So I am wondering how to get the price information of these coins that have the same symbol?
The text was updated successfully, but these errors were encountered: