Now we can request coinmarketcap.ticker('ETH') and through the old way coinmarketcap.ticker('ethereum') also. The default return is in json.
If you want a more readable reponse in a string, request coinmarketcap.ticker('ETH', VERBOSE=True), coinmarketcap.ticker('ethereum', VERBOSE=True) or coinmarketcap.stats(VERBOSE=True).
Now we can request
coinmarketcap.ticker('ETH')
and through the old waycoinmarketcap.ticker('ethereum')
also. The default return is in json.If you want a more readable reponse in a string, request
coinmarketcap.ticker('ETH', VERBOSE=True)
,coinmarketcap.ticker('ethereum', VERBOSE=True)
orcoinmarketcap.stats(VERBOSE=True)
.