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 38827a9 commit 8b66629Copy full SHA for 8b66629
README.md
@@ -87,7 +87,7 @@ order = await client.create_gridpool_order(
87
delivery_period=delivery_period,
88
order_type=OrderType.LIMIT,
89
side=MarketSide.BUY,
90
- price=quantity,
+ price=price,
91
quantity=quantity,
92
)
93
```
0 commit comments