modify_order
Change the price on an existing order (Updates the price and re-sorts in the order book. Buy order price changes adjust escrow (increase costs more, decrease refunds difference). Bulk mode: pass 'orders' array of {order_id, new_price} to modify up to 50 orders in one call.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| orders | No | Bulk mode: array of order modifications (max 50). Each entry needs order_id and new_price. When provided, the top-level order_id/new_price are ignored. | |
| order_id | No | ID of the order to modify. Required for single mode. | |
| new_price | No | New price per unit in credits. Required for single mode. | |
| session_id | Yes | Your session ID from login/register |