barnumbirr / coinmarketcap

A python wrapper around the https://coinmarketcap.com API.
Apache License 2.0
437 stars 110 forks source link

Added responses in json and symbols requests #15

Closed mondeja closed 7 years ago

mondeja commented 7 years ago

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).