Loading...

Free Python

Use Python to Query Coinbase API to Find Available Cryptocurrencies

Use Python to Query Coinbase API to Find Available Cryptocurrencies
Are you trying to find out what cryptocurrencies are available on Coinbase with their API? We provide the Python code below to do this in less than 25 lines of actual code! It is extremely simple to follow along with our example. By the way, All of our code is extensively documented line by line so you know exactly what is going on! If you do end up with questions, please contact us and we are happy to respond. The Python code is ready to run right away on Python versions 3.4+

Some of the functions and steps involved include:
(1) Using the requests library to access the API endpoint
(2) Loading the API's response to a Pandas Dataframe
(3) Saving the dataframe to a CSV file

Live codebase Python