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.APIBaseThe main interface to the API. Contains objects which represent individual API endpoints.
history
HistoryAPIcoins
CoinsAPIsocial_history
SocialHistoryAPIsocial_latest
SocialLatestAPIexchange_symbols
ExchangeSymbolsAPIexchange_info
ExchangeInfoAPIblockchain_available_coins
BlockchainAvailableCoinsAPIblockchain_history
BlockchainHistoryAPInews
NewsAPI