We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 841733c commit fe7e30dCopy full SHA for fe7e30d
1 file changed
README.md
@@ -64,7 +64,7 @@ publicClient.getProductTrades(product="ETH-USD")
64
- [getProductHistoricRates](https://docs.gdax.com/#get-historic-rates)
65
```python
66
publicClient.getProductHistoricRates()
67
-# To include other paramters, see official documentation:
+# To include other parameters, see official documentation:
68
publicClient.getProductHistoricRates(granularity=3000)
69
```
70
0 commit comments