danpaquin / coinbasepro-python

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

Bug fix: params were not being sent to coinbase api. #315

Closed uclatommy closed 6 years ago

uclatommy commented 6 years ago

The call to _send_message was missing the params so the function was not respecting the datetime and granularity parameters when requesting data from coinbase api. So the request would always return whatever data coinbase decided to give to you.

uclatommy commented 6 years ago

I just found #314. This patch addresses that issue.

danpaquin commented 6 years ago

Thanks for this bug smash