文档
测试

03.转账流水-记录查询

GET
/custody/funds/transfer/find

请求参数

参数名
类型
描述
必填
direction
string
转帐方向(1:交易账户转到存管账户,2:存管账户转到交易账户)
可选
assetId
string
币种(否)
可选
starTimestamp
Long
时间戳开始(否)
可选
endTimestamp
Long
时间戳结束(否)
可选
from
string
可选
to
string
可选
accountId
string
操作人托管账户id
可选
page
string
当前要查询第几页(否)
必填
rows
string
该页要显示几行数据(否)
必填

响应

参数名
类型
描述
必填
errNo
string
错误码
必填
errMsg
string
错误提示
必填
data
list
必填
direction
string
划转方向 1、交易转存款,2、存款转交易
必填
assetId
string
币种
必填
transferAmount
bigdecimal
金额
必填
transferTimestamp
Long
时间戳
必填
from
必填
to
必填
accountId
string
操作人托管账户id
必填