文档

QueryAccountBalance - 查询用户账户余额信息

更新时间:
一键部署

查询用户账户余额信息。

调试

您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

授权信息

当前API暂无授权信息透出。

请求参数

名称类型必填描述示例值
当前API无需请求参数

返回参数

名称类型描述示例值
object
Codestring

状态码。

200
Messagestring

错误信息。

success
RequestIdstring

请求 ID。

16176743-6DC7-4CB3-BB25-A13982D8DFAD
Successboolean

是否成功。

true
Dataobject

返回数据。

AvailableAmountstring

可用额度。

10000.00
CreditAmountstring

信控余额。

0.00
MybankCreditAmountstring

网商银行信用额度。

0.00
Currencystring

币种。取值范围:

  • CNY:人民币。
  • USD:美元。
  • JPY:日元。
CNY
AvailableCashAmountstring

现金余额。

10000.00
QuotaLimitstring

生态客户 Quota 限额

10000.00

示例

正常返回示例

JSON格式

{
  "Code": "200",
  "Message": "success",
  "RequestId": "16176743-6DC7-4CB3-BB25-A13982D8DFAD",
  "Success": true,
  "Data": {
    "AvailableAmount": "10000.00",
    "CreditAmount": "0.00",
    "MybankCreditAmount": "0.00",
    "Currency": "CNY",
    "AvailableCashAmount": "10000.00",
    "QuotaLimit": "10000.00"
  }
}

错误码

HTTP status code错误码错误信息描述
400NotApplicableThis API is not applicable for caller.-
400NotAuthorizedThis API is not authorized for caller.-
400MissingParameter Some parameters arte mandatoryfor this request.-
400InvalidParameterSome parametersare not valid.-
400InvalidOwnerThe specifiedowner doesn’t belong to caller-
400InternalErrorThe request processing has failed due to some unknown error, exception or failure.-
400NoPermissionYou are not authorized to perform this action.您无权执行此操作。
500UndefinedErrorThe request processing has failed due to some unknown error.-

访问错误中心查看更多错误码。

变更历史

变更时间变更内容概要操作
2024-06-25OpenAPI 错误码发生变更查看变更详情
2023-12-12OpenAPI 错误码发生变更、OpenAPI 返回结构发生变更查看变更详情