02.资金划转-记录总数
POST
/funds/transfer/count
接口描述
资金划转记录总数,该接口在资金中心(ac-ssc)提供
请求参数
参数名
类型
描述
必填
operatorAccountId
string
操作员account_id
可选
operatorClientId
string
管理员client_id (web页面查询必填,数据中心查询选填)
必填
accountId
string
划转账号account_id
可选
direction
string
转入:in,转出:out
可选
assetId
string
资产id
可选
assetType
string
资产类型,1:数字资产,2:法币
可选
amountMin
string
最小金额
可选
amountMin
string
最大金额
可选
startTimestamp
string
开始时间戳
可选
endTimestamp
string
结束时间戳
可选
accountList
list
划转账号account_id列表
必填
响应
参数名
类型
描述
必填
errNo
string
错误码
必填
errMsg
string
错误提示
必填
data
string
总数
必填