获取币对所有订单
GET
/api/all_order
请求头
参数名
类型
描述
必填
Content-Type
内容格式。 取值:application/json;charset=utf-8
必填
请求参数
参数名
类型
描述
必填
symbol
String
产品代号
必填
api_key
String
token
必填
time
Long
时间戳
必填
sign
String
签名
必填
page
Integer
页码
必填
pageSize
Integer
页大小
必填
响应参数
参数名
类型
描述
必填
code
int
状态码:0成功,其他状态码为失败
必填
msg
String
错误描述
必填
data
Map<String, Object>
返回数据,count数量,orderList订单集合List<Map<String, Object>>
必填