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_async
Or:
poetry add coinpaprika_async
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
Check out the examples directory.
py -m pytest -vs .
CoinpaprikaAPI is available under the MIT license. See the LICENSE file for more info.