Decrease Order
orders
Decrease Order
Endpoint for decreasing the number of contracts in an existing order. Exactly one of reduce_by or reduce_to must be provided. Canceling an order is equivalent to decreasing to zero.
POST
Decrease 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.
Required range:
x >= 0Body
application/json
String representation of the number of contracts to reduce by. Exactly one of reduce_by or reduce_to must be provided.
Example:
"10.00"
String representation of the number of contracts to reduce to. Exactly one of reduce_by or reduce_to must be provided.
Example:
"10.00"