We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73625bb commit 8186cf2Copy full SHA for 8186cf2
README.md
@@ -201,7 +201,7 @@ auth_client.place_market_order(product_id='BTC-USD',
201
```python
202
# Stop order. `funds` can be used instead of `size` here.
203
auth_client.place_stop_order(product_id='BTC-USD',
204
- side='buy',
+ stop_type='loss',
205
price='200.00',
206
size='0.01')
207
```
0 commit comments