Skip to content

Python script to get the real-time of crypto price via CoinMarketCap REST API in Python

License

Notifications You must be signed in to change notification settings

kirancshet/Crypto-RealTime-CoinMarketCap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RealTime Crypto Token price

Python script to get the real-time of crypto price via CoinMarketCap REST API in Python

Table of Contents

Description

This Python takes a list of tokens and fetch the real-time crypto price via CoinMarketCap REST APIin Python.

Prerequisites

  • Add your CoinMarketCap API key in the conf.py

    pip install requests

Usage

python fetch_crypto_price.py

Project Structure

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

Contact

Follow me for more updates here:

About

Python script to get the real-time of crypto price via CoinMarketCap REST API in Python

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages