文档
测试

02.转账流水-记录查询

GET
api/operation/api/custody/funds/transfer/admin/find

请求参数

参数名
类型
描述
必填
customerClientId
string
客户clientId
必填
direction
string
转帐方向(1:交易账户转到存管账户,2:存管账户转到交易账户)
可选
assetId
string
币种
可选
startTime
Long
开始时间 yyyy-MM-dd HH:mm:ss
可选
endTime
Long
结束时间 yyyy-MM-dd HH:mm:ss
可选
from
string
可选
to
string
可选
page
string
当前要查询第几页
必填
rows
string
该页要显示几行数据
必填

响应

参数名
类型
描述
必填
errNo
string
错误码
必填
errMsg
string
错误提示
必填
data
list
必填
direction
string
划转方向 1、交易转存款,2、存款转交易
必填
assetId
string
币种
必填
transferAmount
string
金额
必填
transferTime
string
时间yyyy-MM-dd HH:mm:ss
必填
from
string
必填
to
string
必填