cURL
curl --request POST \ --url https://api.example.com/api/v1/execution/orders/{clientOrderId}/cancel
{ "code": 0, "msg": "ok", "data": { "clientOrderId": "ord_20260511_0001", "exchangeOrderId": "789123456", "exchange": "binance", "symbol": "BTCUSDT", "status": "new" } }
撤销一笔执行订单。
Documentation IndexFetch the complete documentation index at: https://docs.nexfi.robert.dpdns.org/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.nexfi.robert.dpdns.org/llms.txt
Use this file to discover all available pages before exploring further.
平台订单号。
"ord_20260511_0001"
成功返回撤单结果
统一响应包裹结构。
业务状态码。
0
可读返回消息。
"ok"
执行订单结果载荷。
Show child attributes