You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ubuntu
Python 3.5.3
CCXT version Latest
CoinmarketCap
FetchTickers
The symbol is not a unique ID in coinmarketcap. So fetch tickers retrieves only the first/last coin with a specific symbol. There is a unique field in ['info']['id'].
Example to recreate. Fetch ticker for CAT expecting BlockCAT but you get CatCoin.
The text was updated successfully, but these errors were encountered:
Ubuntu
Python 3.5.3
CCXT version Latest
CoinmarketCap
FetchTickers
The symbol is not a unique ID in coinmarketcap. So fetch tickers retrieves only the first/last coin with a specific symbol. There is a unique field in ['info']['id'].
Example to recreate. Fetch ticker for CAT expecting BlockCAT but you get CatCoin.
The text was updated successfully, but these errors were encountered: