/coinbase-api-auth-playground

A Python Jupyter Notebook that gives a good overview of how to establish an authenticated connection with the Coinbase Cloud Rest API.

Primary LanguageJupyter Notebook

How to Establish an Authenticated Connection to the Coinbase Cloud Advanced Trade REST API

In case you want to get started as a crypto investor and you want to take matters into your own hands, it is important that you are able to connect to a currency exchange such as coinbase.com. This is the essential first step to start data analysis and automation and move into algorithmic trading. In this notebook you will learn the following:

  • How to connect to the authorized coinbase.com REST API via Python
  • How to load your personal acount and order data from Coinbase into Pandas

The Medium article for this notebook is here.