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.
pip install coinpaprika_asyncOr:
poetry add coinpaprika_asyncEach top-level path has their own endpoint class now:
GET/coins->CoinsEndpointGET/exchanges->ExchangesEndpointGET/key->KeyEndpointGET/global->MarketEndpointGET/search + /price-converter->MiscelanousEndpointsGET/people->PeopleEndpointGET/tags->TagsEndpointGET/tickers->TickersEndpoint
Check out the examples directory.
py -m pytest -vs .CoinpaprikaAPI is available under the MIT license. See the LICENSE file for more info.