Setup

Setup the API-key and the Base-URL for Coinmarketcap.

setup() get_setup() reset_setup()

Setup

Cryptocurrencies

Get data from the “Cryptocurrencies” endpoints. https://coinmarketcap.com/api/documentation/v1/#tag/cryptocurrency

get_valid_currencies()

Get Valid Currencies

get_crypto_map()

Get active cryptocurrencies

get_crypto_meta()

Get static metdata

get_crypto_listings()

Get latest/historical market data

get_crypto_quotes()

Get market quotes

get_crypto_marketpairs()

List all active market pairs

get_crypto_ohlcv()

List latest/historical OHLCV values

Global Metrics

Get data from the “Global-metrics” endpoints. https://coinmarketcap.com/api/documentation/v1/#tag/global-metrics

get_global_marketcap()

Extract Global Market Cap of Cryptocurrency Market

Exchanges

Get data from the “Exchange” endpoints. https://coinmarketcap.com/api/documentation/v1/#tag/exchange

get_exchange_map()

Get all cryptocurrency exchanges

get_exchange_meta()

Get all cryptocurrency exchanges metadata

Plotting

plot_top_currencies()

Plot The Price of the Largest Market Cap Cryptocurrencies