danpaquin / coinbasepro-python

The unofficial Python client for the Coinbase Pro API
MIT License
1.82k stars 737 forks source link

Fix get_product_trades and get_historic_rates #304

Closed aaron235 closed 5 years ago

aaron235 commented 6 years ago

For a few reasons, these two methods weren't passing their unit tests. I repaired the methods such that they return the correct values and improved the unit tests a little bit as well.

danpaquin commented 5 years ago

This is great. Thanks for the contribution!