danpaquin / coinbasepro-python

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

get_fills() method without arguments #410

Open n45os opened 3 years ago

n45os commented 3 years ago

In README, the get_fills() method is supposed to work without any arguments. Although, when I call it without args, I get an error message that I have to use a product_id or an order_id.

geolectric commented 3 years ago

I noticed this too, but it seems to be mentioned in the documentation: https://docs.pro.coinbase.com/#list-fills

You are required to provide either a product_id or order_id.

Maybe it's a new requirement. I wish it worked because I'd rather have them all.