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.
2 parents 15a1928 + 47b216c commit 4763f88Copy full SHA for 4763f88
README.md
@@ -174,7 +174,7 @@ auth_client.cancel_order("d50ec984-77a8-460a-b958-66f114b0de9b")
174
```
175
- [cancel_all](https://docs.gdax.com/#cancel-all)
176
```python
177
-auth_client.cancel_all(product='BTC-USD')
+auth_client.cancel_all(product_id='BTC-USD')
178
179
180
- [get_orders](https://docs.gdax.com/#list-orders) (paginated)
0 commit comments