kalshi_amend_order_v2
Amend an existing Kalshi event-market order's price or max fillable count. Specify the order ID, updated price, and total fillable count to adjust resting quantity.
Instructions
Amend Order (V2) Endpoint for amending the price and/or max fillable count of an existing event-market order using the V2 request/response shape. The request count is the updated total/max fillable count, equal to already filled count plus desired resting remaining count. This behavior matches the v1 amend endpoints; only the request/response shape differs. Calls POST /portfolio/events/orders/{order_id}/amend.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| side | Yes | Side of the order | |
| count | Yes | Updated total/max fillable count for the order. Set this to the order's already filled count plus the desired resting remaining count after the amend. | |
| price | Yes | Updated price for the order in fixed-point dollars. | |
| ticker | Yes | Market ticker | |
| order_id | Yes | Order ID | |
| subaccount | No | Subaccount number (0 for primary, 1-63 for subaccounts). Defaults to 0. | |
| exchange_index | No | Exchange shard index. Defaults to 0. Use -1 to auto-route by market ticker. | |
| client_order_id | No | The original client-specified order ID to be amended | |
| updated_client_order_id | No | The new client-specified order ID after amendment |