/GDAX-API-usage-pushing-to-MySQL-Table

An example of how you can use the GDAX API & MySQL to get and store cryptocurrency data

Primary LanguagePython

Using the GDAX API to push historical crypto currency data to a MySQL Table

The title is self explanatory. GDAX limits the amount of data you can pull at once, so it is necessary to send multiple requests for large amounts of data. I've automatically configured the script to do this, simply enter your dates in start_date and hardend_date, add your database info into db, and let the script run.