文档
测试

05.矿工费预支流水记录查询

POST
/wallet/manage/exchange/opt/flow/find

接口描述

(运营前台)客户钱包流水记录查询

请求参数

参数名
类型
描述
必填
beginTime
String
开始时间-时间戳
可选
endTime
String
结束时间-时间戳
可选
orderId
String
交易订单编号
可选
fromWalletName
String
转出钱包ID
可选
fromWalletType
Integer
转出钱包类型
可选
operationType
String
操作类型
可选
toWalletName
String
转入钱包id
可选
toWalletType
Integer
转入钱包类型
可选
minAmount
BigDecimal
最小金额
可选
maxAmount
BigDecimal
最大金额
可选
chainAssetId
String
币种
可选
gasMinAmount
BigDecim
矿工费最小金额
可选
gasMaxAmount
BigDecim
矿工费最大金额
可选
gasChainAssetId
String
矿工费币种
可选
start
Integer
开始行(默认0)
必填
limit
Integer
行数(默认10)
必填

响应参数

参数名
类型
描述
必填
count
Integer
数目
必填
chainAssetId
String
链上币种
必填
totalAmount
String
总额
必填
usableAmount
String
可用金额
必填
amlAmount
String
AML未通过金额
必填
feeAmount
String
预付矿工费金额
必填
illegalAmount
String
非法入账金额
必填
elements
List
数据
必填
createTime
String
时间戳
必填
orderId
String
交易订单编号
必填
amount
String
金额
必填
fromWalletName
String
转出钱包id
必填
fromWalletType
Integer
钱包类型
必填
operationType
String
操作类型
必填
toWalletName
String
转入钱包id
必填
toWalletType
Integer
转入钱包
必填
amount
BigDecimal
金额
必填
chainAssetId
String
币种
必填
gasAmount
BigDecimal
矿工费金额
必填
gasChainAssetId
String
矿工费币种
必填