Skip to content

Commit

Permalink
update order() to orders()
Browse files Browse the repository at this point in the history
  • Loading branch information
traderpedroso committed Oct 3, 2022
1 parent dbe0dbd commit 78676a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ if 'positions' in positions:
#### Orders & Manipulation

```python
orders = api.order()
orders = api.orders()

if 'orders' in orders:
for order in orders['orders']:
Expand Down

0 comments on commit 78676a3

Please sign in to comment.