TODO
This library provides convenient way to use coinpaprika.com API in Python.
Coinpaprika delivers full market data to the world of crypto: coin prices, volumes, market caps, ATHs, return rates and more.
pip install coinpaprika
from coinpaprika import client as Coinpaprika
client = Coinpaprika.Client()
Check out the ./examples directory.
pip install -r test_requirements.txt
pytest tests/test_api_request.py
CoinpaprikaAPI is available under the MIT license. See the LICENSE file for more info.