1 parent 22568c7 commit 5fee113Copy full SHA for 5fee113
2 files changed
README.md
@@ -195,9 +195,9 @@ auth_client.get_order("d50ec984-77a8-460a-b958-66f114b0de9b")
195
```python
196
auth_client.get_fills()
197
# Get fills for a specific order
198
-auth_client.get_fills(orderId="d50ec984-77a8-460a-b958-66f114b0de9b")
+auth_client.get_fills(order_id="d50ec984-77a8-460a-b958-66f114b0de9b")
199
# Get fills for a specific product
200
-auth_client.get_fills(productId="ETH-BTC")
+auth_client.get_fills(product_id="ETH-BTC")
201
```
202
203
- [deposit & withdraw](https://docs.gdax.com/#depositwithdraw)
setup.py
@@ -10,7 +10,7 @@
10
]
11
12
setup(
13
- name='GDAX',
+ name='gdax',
14
version='0.3.1',
15
author='Daniel Paquin',
16
author_email='dpaq34@gmail.com',
0 commit comments