文档
测试

财务数据流水(分页)

GET
/product/trade/findpage

接口描述

财务数据流水(分页)

请求参数

参数名
类型
描述
必填
startDate
String
开始时间戳
可选
endDate
String
结束时间戳
可选
currency
String
币种
可选
pageNum
int
页码
必填
pageSize
int
每页数量
必填

响应参数

参数名
类型
描述
必填
errNo
String
必填
errMsg
String
必填
data
必填
pageNo
int
页码
必填
pageSize
int
每页显示的记录数
必填
totalRecord
long
总记录数
必填
totalPage
int
总页数
必填
content
数据
必填
tradeDate
String
日期时间戳
必填
currency
List<String>
币种
必填
transactionFee
String
交易手续费
必填
transferFee
String
过户费
必填
exchangeFee
String
交易所规费
必填
withdrawFee
String
提现手续费
必填
depositFee
String
充值手续费
必填
totalFee
String
合计(费用)
必填
stampFee
String
印花税
必填