Amend Order
Endpoint for amending the price and/or max number of fillable contracts in an existing margin order.
Documentation Index
Fetch the complete documentation index at: https://docs.kalshi.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Your API key ID
RSA-PSS signature of the request
Request timestamp in milliseconds
Path Parameters
Order ID
Query Parameters
Subaccount number (0 for primary, 1-32 for subaccounts). Defaults to 0.
x >= 0Body
Market ticker
Side of the order
bid, ask Updated price for the order in fixed-point dollars.
"0.5600"
String representation of the updated quantity for the order.
"10.00"
The original client-specified order ID to be amended
The new client-specified order ID after amendment
Response
Order amended successfully
Number of contracts remaining after the amend. Only present when the amend caused a fill or changed the resting size.
"10.00"
Number of contracts filled as a result of the amend crossing the book. Only present when fills occurred or remaining size changed.
"10.00"
Volume-weighted average fill price for fills resulting from the amend. Only present when fills occurred.
"0.5600"
Volume-weighted average fee paid per contract for fills resulting from the amend. Only present when fills occurred.
"0.5600"