Module cmc.modules.cryptocurrency
Module for classes fetching data related to CryptoCurrencies.
Expand source code
#!/usr/bin/env python
"""Module for classes fetching data related to CryptoCurrencies."""
Sub-modules
cmc.modules.cryptocurrency.currency-
Module for fetching CryptoCurrency data from CoinMarketCap website.
cmc.modules.cryptocurrency.gainers-
Module for fetching data of Cryptocurrencies which were the top gainers in the last 24 hours on CoinMarketCap website.
cmc.modules.cryptocurrency.losers-
Module for fetching data of Cryptocurrencies which were the top losers in the last 24 hours on CoinMarketCap website.
cmc.modules.cryptocurrency.most_visited-
Module for fetching data of Cryptocurrencies which were the most visited in the last 24 hours on CoinMarketCap website.
cmc.modules.cryptocurrency.price_prediction-
Module for fetching CryptoCurrency price predictions made by users from CoinMarketCap website.
cmc.modules.cryptocurrency.ranking-
Module for fetching CryptoCurrency rankings from CoinMarketCap website.
cmc.modules.cryptocurrency.recently_added-
Module for fetching data of Cryptocurrencies which were recently added in the last 24 hours on CoinMarketCap website.
cmc.modules.cryptocurrency.trending-
Module for fetching data of Cryptocurrencies which were trending in the last 24 hours on CoinMarketCap website.