danpaquin / coinbasepro-python

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

Invalid order_type stop #405

Closed bryanminorphd closed 3 years ago

bryanminorphd commented 3 years ago

When using: place_stop_order() itis returning - 'Invalid order_type stop'

What does this mean? How is possible to do a true "stop" order for Coinbase?

bryanminorphd commented 3 years ago

Looking at Coinbase documentation it looks like there is only 'market' and 'limit' order types: https://docs.pro.coinbase.com/#orders

QuentinJcb commented 3 years ago

370 should fix this issue

mcardillo55 commented 3 years ago

370 merged.