okx_amend_algo_order
Modify existing algorithmic orders on OKX by updating trigger prices or other parameters. Send a JSON array of order amendments to adjust algo orders.
Instructions
[L:WRITE] CAT:[交易-委托] | → 请先调用 agent_catalog
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| orders | Yes | 修改策略订单数组JSON字符串,如 '[{"algoId":"123","instId":"BTC-USDT","newTpTriggerPx":"65000"}]' |