Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
适用于用户进行合约计划委托订单撤单
POST https://cloud-api.wooxpro.com/contract/private/cancel-plan-order
请求
curl -H 'X-API-KEY:{{AccessKey}}' -H 'X-API-TIMESTAMP:{{currentTime}}' -H 'X-API-SIGN:{{SIGN}}' -X POST -d '{ "symbol":"ETHUSDT", "order_id": "220906179559421", "client_order_id": "123456789" }' https://cloud-api.wooxpro.com/contract/private/cancel-plan-order
响应
{ "code": 1000, "trace": "0cc6f4c4-8b8c-4253-8e90-8d3195aa109c", "message": "Ok", "data": { } }