Python script to get the real-time of crypto price via CoinMarketCap REST API in Python
This Python takes a list of tokens and fetch the real-time crypto price via CoinMarketCap REST APIin Python.
-
Add your CoinMarketCap API key in the conf.py
pip install requests
python fetch_crypto_price.py
The entire project follows the below folder structure:
.
├── conf.py # CoinMarketCap Configuration File
├── fetch_crypto_price.py # Main Python script to fetch real-time crypto price
└── README.md
Follow me for more updates here: