Skip to main content

Python wrapper for CryptoCompare public API

Project description

cryCompare

Python wrapper for CryptoCompare public API (https://www.cryptocompare.com/api)

Following API requests are supported:

  • CoinList
  • Price
  • PriceMulti
  • PriceMultiFull
  • PriceHistorical
  • generateAvg
  • dayAvg
  • CoinSnapshot
  • CoinSnapshotFullById
  • HistoMinute
  • HistoHour
  • HistoDay
  • topPairs
  • socialStats
  • miningEquipment

Wrapper requires following python modules:

  • requests

Usage

from crycompare import price as p
print(p.coin_snapshot('btc', 'usd'))

price module: price, priceMulti, priceMultiFull, generateAvg, dayAvg, priceHistorical, coinSnapshot, coinSnahpshotFullById. For detailed documentation visit CryptoCompare API website.

history module: histoMinute, histoHour, histoDay. For detailed documentation visit CryptoCompare API website.

social module: socialStats, miningEquipment

CryptoCompare API Documentation can be found at https://www.cryptocompare.com/api/#introduction

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

crycompare-1.2.tar.gz (4.5 kB view hashes)

Uploaded Source

Built Distribution

crycompare-1.2-py3-none-any.whl (6.0 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