{
"symbol": "XBTUSDT",
"newSize": 0,
"orderId": "string",
"clientOid": "string",
"newPrice": 0,
"sizeUnit": "string",
"cxlOnFail": false,
"slTriggerPrice": 0,
"tpTriggerPrice": 0,
"slTriggerPriceType": "string",
"tpTriggerPriceType": "string"
}curl --location --request POST 'https://api.kucoin.com/api/ua/v1/unified/order/amend' \
--header 'Content-Type: application/json' \
--data-raw '{
"symbol": "XBTUSDT",
"newSize": 0,
"orderId": "string",
"clientOid": "string",
"newPrice": 0,
"sizeUnit": "string",
"cxlOnFail": false,
"slTriggerPrice": 0,
"tpTriggerPrice": 0,
"slTriggerPriceType": "string",
"tpTriggerPriceType": "string"
}'{
"code": "200000",
"data": {
"orderId": "461379758287044608",
"clientOid": null
}
}