Official coinpaprika API Python client
Project description
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
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
CoinpaprikaAPI is available under the MIT license. See the LICENSE file for more info.
Source
Based on repository which is not maintained anymore: s0h3ck/coinpaprika-api-python-client
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file coinpaprika-sdk-1.0.0.tar.gz.
File metadata
- Download URL: coinpaprika-sdk-1.0.0.tar.gz
- Upload date:
- Size: 9.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4f161bf5c0127e1d935617522daeb62dbbbb04a3a292670667bb2bf0706988aa
|
|
| MD5 |
a800d42f53720a879e7cc352cd9c623a
|
|
| BLAKE2b-256 |
6e4f9011ca58a7bc0a4546fc5fa62b321a2a380a280bff7e31a12ed16a319ad1
|
File details
Details for the file coinpaprika_sdk-1.0.0-py3-none-any.whl.
File metadata
- Download URL: coinpaprika_sdk-1.0.0-py3-none-any.whl
- Upload date:
- Size: 8.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0b5110efb1e82535d27395a247e6f053d4c9309e5e9fdf248218db8bb634e516
|
|
| MD5 |
76e33bcb600853aa44215c34a8974d88
|
|
| BLAKE2b-256 |
08f9cf2fc6b4a36ace64fa57e294952a1b22cd8c01478ae477e19b5b63eb51f9
|