成交量流水查询(分页)
GET
/trade/order/findpage
接口描述
成交量流水查询(分页)
请求参数
参数名
类型
描述
必填
startDate
String
开始时间戳
可选
endDate
String
结束时间戳
可选
accountType
List<String>
账户类型
可选
accountId
String
账户号
可选
product
List<String>
产品
可选
direction
List<String>List<String>
方向
可选
pageNum
int
页码
必填
pageSize
int
每页数量
必填
响应参数
参数名
类型
描述
必填
errNo
String
必填
errMsg
String
必填
pageNo
int
页码
必填
pageSize
int
每页显示的记录数
必填
totalRecord
long
总记录数
必填
totalPage
int
总页数
必填