kraken_edit_order
Modify an existing Kraken order by updating price, volume, or other execution parameters.
Instructions
Modify an existing order by updating price, volume, or other execution parameters
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pair | No | Provide the trading pair (e.g., XBTUSD) for the order update | |
| txid | Yes | Specify the transaction ID of the order you want to modify | |
| price | No | Define the new limit price or trigger price | |
| oflags | No | Comma-separated list of order flags (viqc, post, fcib, fciq, nompp, reduce-only) | |
| price2 | No | Set a secondary price for stop-loss-limit or take-profit-limit orders | |
| volume | No | Optionally set a new volume for the order | |
| userref | No | Specify the user reference ID to target a specific order | |
| validate | No | Set to true to validate inputs without modifying the order |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| txid | Yes | Transaction ID of edited order | |
| descr | Yes | ||
| originaltxid | No | Original transaction ID if order was replaced |