danpaquin / coinbasepro-python

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

Post only buy/sell option? #307

Closed mattdornfeld closed 5 years ago

mattdornfeld commented 6 years ago

I see in the new Coinbase Pro api there is an option for post only that ensures a limit order will not incur and taker fees. Are there any plans to include this in the Python lib?

samuel-uk1 commented 6 years ago

It is already included, both for gdax and coinbase_Pro Apis. you need to set the post_only tag to 'true'. e.g: auth_client.buy(price=p,size=s,product_id='BTC-USD',type='limit',post_only='true)'

danpaquin commented 5 years ago

Please let us know if you any any additional questions on this