Skip to content

Python wrapper for CryptoCompare public API

Notifications You must be signed in to change notification settings

ddxv/cryCompare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 

Repository files navigation

cryCompare

Python wrapper for Crypto Compare public API

Following requests are supported:

  • CoinList
  • Price
  • PriceHistorical
  • CoinSnapshot
  • CoinSnapshotFullById
  • HistoMinute
  • HistoHour
  • HistoDay

Wrapper requires following python modules:

  • requests

Requests are devided into two classes:

  • Price
  • History

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

History class methods: histoMinute, histoHour, histoDay For detailed documentation visit CryptoCompare API website.

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

About

Python wrapper for CryptoCompare public API

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages