New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

coinpaprika-sdk

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

coinpaprika-sdk

Official coinpaprika API Python client

  • 1.0.0
  • PyPI
  • Socket score

Maintainers
1

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

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc