Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 733 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 733 Bytes

Coinpaprika API Python Client

TODO

Usage

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.

Requirements

pip install coinpaprika

Getting started

from coinpaprika import client as Coinpaprika

client = Coinpaprika.Client()

Examples

Check out the ./examples directory.

Tests

pip install -r test_requirements.txt

pytest tests/test_api_request.py

License

CoinpaprikaAPI is available under the MIT license. See the LICENSE file for more info.