cryptocompsdk package¶
A Python SDK for the CryptoCompare APIs which require an API key. Allows downloading price history, social information, and blockchain information for cryptoassets.
Subpackages¶
Submodules¶
cryptocompsdk.config module¶
cryptocompsdk.logger module¶
cryptocompsdk.main module¶
-
class
cryptocompsdk.main.
CryptoCompare
(api_key, throttle=None)[source]¶ Bases:
cryptocompsdk.request.APIBase
The main interface to the API. Contains objects which represent individual API endpoints.
history
HistoryAPI
coins
CoinsAPI
social_history
SocialHistoryAPI
social_latest
SocialLatestAPI
exchange_symbols
ExchangeSymbolsAPI
exchange_info
ExchangeInfoAPI
blockchain_available_coins
BlockchainAvailableCoinsAPI
blockchain_history
BlockchainHistoryAPI
news
NewsAPI