
Discover how to access the CoinMarketCap Pro API data in Python, compare paid and free tiers, understand historical data limits, and manage API keys and usage via the dashboard.
Access global market data from the CoinMarketCap pro API using Python requests, covering total market cap, number of cryptocurrencies, and Bitcoin dominance via the v1 global metrics endpoint.
Use the cryptocurrency listings endpoint to fetch real-time data for all coins, including price, 24 hour change, seven day change, market cap, supply, and volume, with Python.
Demonstrates using the quotes endpoint to fetch detailed information for a few currencies. The script accepts a user-entered ticker symbol and returns price, 24-hour change, and market cap in USD.
Create a python cryptocurrency portfolio app that reads holdings from a text file and shows prices, daily and weekly changes, and total value with color output using prettytable and colorama.
Build a real-time crypto portfolio app in Python that uses the coin market cap quotes endpoint to track asset values over time from a CSV, displaying a color-coded totals table.
Build a crypto alert program that notifies you when currencies hit target values and speaks the alert; it checks prices every five minutes via the coin market cap API.
Learn to build a Python-based cryptocurrency alert tracker that uses CSV and API requests to monitor prices, set thresholds, and announce alerts when targets are reached.
Project three introduces building an app that sorts the top 100 cryptocurrencies by rank, 24-hour price change, and 24-hour volume, with interactive sorting and viewing.
Build a Python tool that tracks the top 100 cryptocurrencies by market cap, 24-hour change, or 24-hour volume using the listing API, displaying a readable, color-coded table.
Explore a real-world crypto price calculator using global market cap data to estimate each cryptocurrency’s price and explore 10x market cap scenarios for bitcoin.
Build a cryptocurrency market data project by implementing a Python API workflow, formatting currency locally, fetching global market cap data, and displaying calculated prices in a pretty table.
For the final project, collect cryptocurrency data into an Excel workbook and use the xlsxwriter library to generate charts; pip3 install xlsxwriter.
Demonstrate fetching cryptocurrency data from an API in batches of 100, and writing results into an Excel workbook with headers for name, symbol, market cap, price, and changes.
Updated for the new PRO CoinMarketCap API in 2021!
The course was originally created with a version of the API that has since been depracated. This course has been revamped to include the latest PRO API!
Are you interested in taking your Python skills to the next level?
Python is the future of software development. Cryptocurrencies are the future of money. CoinMarketCap is the most up to date FREE API that you can access live cryptocurrency data today. And now you can learn it all from the comfort of your home.. in your own time.. without having to attend class.
In this course we will take a deep dive into the CoinMarketCap API endpoints and create 5 applications. We will be using the recently released CoinMarketCap v2 API.
Hear what Other Students Have To Say
"Great course! I love Python and Crypto and this makes perfect combination! Please make more courses similar to this!"
"Great course for those interesting in Python and/or Crypto"
5 Bonus Projects:
A Cryptocurrency Portfolio App
Track all of your crypto assets with ease. See the total value of all your crypto assets combined along with detailed information about each one. Positive and negative values are color coated green and red.
A Real-Time Price Alert App
Get notified when cryptocurrencies hit certain prices in USD. You can keep this program running in the background. Your computer will shout things like, 'Litecoin hit $1200!'.
A Top 100 Cryptocurrency Ranking App
Sort by rank, daily percentage change, or daily volume. Positive and negative values are color coated green and red.
Predict The Future Values of the Top 100 Cryptocurrencies
Explore what the price of cryptocurrencies will be if the global market cap hits certain levels (such as world stock market levels)
Store Real-Time Information on 1000 Cryptocurrencies in Excel Using Python
Learn to store cryptocurrency information inside of excel workbooks using Python.
My name is Ian Annase, a software engineer who studies cryptocurrencies, astronomy, and who loves Python.
I have created many applications with Python. I also have extensive experience with programming languages such as Java, Swift, C++, Javascript, and more.
What’s stopping you from signing up to today?
You don't have enough time: Not a problem at all. We have designed the course so you can learn everything you need to know in less than 3 hours. In fact if you think that the course fell short on delivering topics then we will give you your MONEY BACK.
Buy this course today and this is what you’ll get.
I will show you how to use all aspects of the CoinMarketCap API, and show you some Python tricks along the way. Using APIs is fun and easy if you use the right tools! I will show you how to use these tools and more in this course.
The course is accompanied with all the Python code sample files.
Why learn the CoinMarketCap API?
It contains most up-to-date cryptocurrency information.
Using the API is a breeze once you learn these tools.
Many global currencies such as GBP and JPY are supported and using them is shown in this course.
The CoinMarketCap API v2 is an improvement upon an API which is already great.
Who is this for?
This course is for anyone who wants to take their skills to the next level. Python is a programming language that many believe to be the future of software development, and the CoinMarketCap API.