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 f23c3af commit 36a5350Copy full SHA for 36a5350
README.md
@@ -18,7 +18,7 @@ Example usage
18
```python
19
from finterion import Finterion, OrderStatus, OrderSide, OrderType
20
21
-# Create a client and configure it with your algorithm api keys from ELTYER
+# Create a client and configure it with your algorithm api keys from Finterion
22
client = Finterion(api_key="<YOUR_API_KEY>")
23
24
# ****Available Operations****
0 commit comments