Skip to main content

An asynchronous library for interacting with the Coinpaprika.com API, written with httpx in Python.

Project description

Coinpaprika Async Client

Code style: black PyPI - Python Version

1. Usage

This library provides convenient and modern 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.

2. Requirements

pip install coinpaprika_async

Or:

poetry add coinpaprika_async

3. Getting started

Each top-level path has their own endpoint class now:

  • GET /coins -> CoinsEndpoint
  • GET /exchanges -> ExchangesEndpoint
  • GET /key -> KeyEndpoint
  • GET /global -> MarketEndpoint
  • GET /search + /price-converter -> MiscelanousEndpoints
  • GET /people -> PeopleEndpoint
  • GET /tags -> TagsEndpoint
  • GET /tickers -> TickersEndpoint

4 Examples:

Check out the examples directory.

5. Tests

py -m pytest -vs .

6. License

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

coinpaprika_async-3.1.3.tar.gz (10.6 kB view hashes)

Uploaded Source

Built Distribution

coinpaprika_async-3.1.3-py3-none-any.whl (19.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page