coinpaprika / coinpaprika-api-python-client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Check & test & build

Coinpaprika API Python Client

Usage

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

Coinpaprika delivers full market data to the world of crypto: coin prices, volumes, market caps, ATHs, return rates and more.

For details and limitations please check the documentation

Requirements

pip install coinpaprika-sdk

Getting started

Free plan client

from coinpaprika import client as Coinpaprika

client = Coinpaprika.Client()

Pro plan client

from coinpaprika import client as Coinpaprika

client = Coinpaprika.Client(api_key="YOUR-API-KEY")

API KEY can be generated https://coinpaprika.com/api/.

Examples

Check out the ./examples directory.

Tests

pip install -r test_requirements.txt

pytest tests/test_api_request.py

License

See the LICENSE file for more info.

Source

Based on repository which is not maintained anymore: s0h3ck/coinpaprika-api-python-client

About

License:Apache License 2.0


Languages

Language:Python 100.0%