danpaquin / coinbasepro-python

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

Coinbase Pro API now requires a Product ID or an Order ID #335

Closed TheKeyboardKowboy closed 3 years ago

TheKeyboardKowboy commented 5 years ago

From Coinbase Pro API:

DEPRECATION NOTICE - Requests without either order_id or product_id will be rejected after 8/23/18.

get_fills() without a product id or a product id no longer functions.

yiwensong commented 5 years ago

get_fills raises a ValueError when both order_id and product_id are None. this seems to be consistent with the documentation.

mcardillo55 commented 3 years ago

This was addressed by 7d993fc5cdacbc45e04a54653c9df90105549e76. Closing.