文档
测试

02.资金划转-记录查询

POST
/funds/transfer/find

接口描述

资金划转记录查询,该接口在资金中心(ac-ssc)提供

请求参数

参数名
类型
描述
必填
operatorAccountId
string
操作员account_id
可选
operatorClientId
管理员client_id (web页面查询必填,数据中心查询选填)
必填
accountId
string
划转账号account_id
可选
direction
string
划转方向(转入:in,转出:out)
可选
assetId
string
资产id
可选
assetType
string
资产类型,1:数字资产,2:法币
可选
amount
string
数量
可选
startTimestamp
string
开始时间戳
可选
endTimestamp
string
结束时间戳
可选
page
string
当前要查询第几页
必填
rows
string
该页要显示几行数据
必填

响应

参数名
类型
描述
必填
errNo
string
错误码
必填
errMsg
string
错误提示
必填
data
list
必填
orderTimestamp
string
订单时间戳
必填
accountId
string
操作账户
必填
direction
string
划转方向(转入:in,转出:out)
必填
assetId
string
数量
必填
status
string
0:失败,1:已到账
必填