取消币对所有订单(每次最多两千单)
POST
/api/cancel_order_all
接口描述
单次最多两千单
请求头
参数名
类型
描述
必填
Content-Type
内容格式。 取值:application/json;charset=utf-8
必填
请求参数
参数名
类型
描述
必填
symbol
String
产品代号
必填
api_key
String
token
必填
time
String
时间戳
必填
sign
String
签名
必填
响应参数
参数名
类型
描述
必填
code
int
状态码:0成功,其他状态码为失败
必填
msg
String
错误描述
必填