-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
Coins which differ from coinmarketcap.com #1853
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
Comments
Hi! Thx for reporting! I will fix the conflicts/inconsistencies shortly and will update you here.
The policy on symbol collisions is described here:
Yep, something like that will do the job, we are adding a tool for that to our tests as well. Thx for sharing your thoughts! |
Here's what we have: IOTA vs MIOTA
Don't know if we should change the coinmarketcap code here, or all other exchanges, as most of them use NANO vs XRB
Will rename to XRB, where appropriate. YOYO vs YOYOW
Will check if those are all Waves-tokens and will most likely rename to YOYOW. BQX Stands for Bitquence, not listed on coinmarketcap yet. Will probably leave it as is. https://support.binance.com/hc/en-us/articles/115001659531--Binance-Lists-BQX |
Thanks for following up on this, this is just for binance or is this all the coins with problems? Yeah its a bit confusing what symbol to use, coinmarketcap is the number one coin tracker site, but if all exchanges use another common symbol then the coinmarketcap data is wrong. The only reason I am using coinmarketcap is because it has so much extra data compared to ccxt. For example I want to know hourly change% and total market cap in usd, so I am trying to combine both cmc data with the ccxt data in my scripts, sadly coinmarketcap doesn't even have all the coins on it so that's another pain to deal with. |
Sorry to dig this up. BQC is now ETHOS. Can we put this into this as well? |
@Surf-N-Code i'll take a look into it shortly. |
Uh oh!
There was an error while loading. Please reload this page.
I noticed there are quite a few coins that differ from coinmarketcap, I was using cmc to get more info about each coin like the change in 3 different timeframes. But I came across 4 coins that have different symbols on the exchange compared to the cmc ones.
An example of binance:
IOTA -> MIOTA
NANO -> XRB
BQX -> ???
YOYO -> YOYOW
Those are the only ones on binance it seems, but I only tested binance so far.
How do you propose to handle this type of thing? I remember the ccxt manual mentioning it does some auto conversions somewhere, but clearly this issue persists and will continue to persist as new coins are added.
An idea would be to write a script which crawls every single exchange and tries to find each coin on coinmarketcap, if it doesn't find it then add it to a list for conversion and a human manually updates this file? Thats the best I can think of right now.
The text was updated successfully, but these errors were encountered: