跳到主要内容

撤销订单

POST: /v1/future-u/trade/order/cancel

Content-Type: application/x-www-form-urlencoded && application/json

Parameters

参数数据类型是否必须默认值描述取值范围
orderIdIntegertrueN/A订单id

限流规则

200/s/apikey

Response
{
"msgInfo": {
"code": "",
"msg": ""
},
"msg": "",
"data": "", //订单id
"code": 200
}