danpaquin / coinbasepro-python

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

Fix get_product_trades pagination #427

Open ceritium opened 3 years ago

ceritium commented 3 years ago

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