01.提现订单总数
GET
api/operation/api/custody/withdraw/order/admin/count
请求参数
参数名
类型
描述
必填
customerClientId
string
客户中台的clientId
必填
chainAssetId
string
资产链上币种id
可选
startTime
string
开始时间 yyyy-MM-dd HH:mm:ss
可选
endTime
string
开始时间 yyyy-MM-dd HH:mm:ss
可选
showStatus
string
-1:提现失败 0:提现中 2 :提现成功 3:已取消
可选
响应
参数名
类型
描述
必填
errNo
string
错误码
必填
errMsg
string
错误提示
必填
data
int
该查询条件下的 订单总数
必填