Skip to content

s0h3ck/coinpaprika-api-python-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

This library provides convenient way to use Coinpaprika.com API in Python.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages