alpha_amend_order
Modify existing unfilled Alpha Arcade orders by adjusting price, quantity, or slippage parameters directly without canceling and recreating.
Instructions
Edit an existing unfilled Alpha Arcade order in-place (change price, quantity, or slippage). Faster than cancel + recreate.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| marketAppId | Yes | The market app ID | |
| escrowAppId | Yes | The escrow app ID of the order to amend | |
| price | Yes | New price in microunits | |
| quantity | Yes | New quantity in microunits | |
| slippage | No | New slippage in microunits (default 0) | |
| network | No | Algorand network to use (default: mainnet) | |
| itemsPerPage | No | Number of items per page for paginated responses (default: 10) |