We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc7947f commit c6f9a63Copy full SHA for c6f9a63
1 file changed
docs/resources/orders.md
@@ -49,7 +49,7 @@ with KalshiClient.from_env() as client:
49
order = client.orders.create(
50
ticker="KXPRES-24-DJT",
51
side="yes", # SideLiteral
52
- action="buy", # ActionLiteral, defaults to "buy"
+ action="buy", # ActionLiteral (required)
53
count=10,
54
yes_price="0.65", # str or Decimal — never float
55
client_order_id=str(uuid.uuid4()),
0 commit comments