文档
测试

07.查询可提金额

GET
/amount/withdrawable

请求参数

参数名
类型
描述
必填
accountId
string
托管账户id
必填
type
string
1: 按资产查询,2: 按链上币种查询
必填

响应

参数名
类型
描述
必填
errNo
string
错误码
必填
errMsg
string
错误提示
必填
data
list
必填
assetId
string
如果查询参数type=1,此字段有值
必填
chainAssetId
string
如果查询参数type=2,此字段有值
必填
withdrawable
string
可提金额
必填
balance
string
余额
可选
frozen
string
冻结
可选