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-trail-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" }' https://cloud-api.wooxpro.com/contract/private/cancel-trail-order
响应
{ "code": 1000, "trace": "0cc6f4c4-8b8c-4253-8e90-8d3195aa109c", "message": "Ok", "data": { } }