coinbasepro-python
coinbasepro-python copied to clipboard
Fix get_product_trades pagination
The parameters had no effect since they were never passed to self._send_paginated_message()
Fixes https://github.com/danpaquin/coinbasepro-python/issues/414 It is an alternative approach to https://github.com/danpaquin/coinbasepro-python/pull/422