文档
测试

02.客户余额查询

GET
/balance/find

接口描述

余额查询,该接口在资金中心(ac-csc)提供

请求参数

参数名
类型
描述
必填
accountId
string
客户中台的 account_cis_id
必填

响应

参数名
类型
描述
必填
errNo
string
错误码
必填
errMsg
string
错误提示
必填
data
list
必填
accountId
string
客户中台的 account_cis_id
必填
assetId
string
资产
必填
balance
string
总余额
必填
available
string
可用余额
必填
frozen
string
冻结余额
必填