CoinGecko API wrapper Python3 wrapper around the CoinGecko API (V3) Installation python3 setup.py install Test Run unit tests with: # after installing pytest using pip3 pytest tests Usage from pycoingecko import CoinGeckoAPI cg = CoinGeckoAPI() API documentation https://www.coingecko.com/api/docs/v3