查询用户账户余额信息。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
授权信息
当前API暂无授权信息透出。
请求参数
名称 | 类型 | 必填 | 描述 | 示例值 |
---|
当前API无需请求参数
返回参数
示例
正常返回示例
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 | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | NotApplicable | This API is not applicable for caller. | - |
400 | NotAuthorized | This API is not authorized for caller. | - |
400 | MissingParameter | Some parameters arte mandatoryfor this request. | - |
400 | InvalidParameter | Some parametersare not valid. | - |
400 | InvalidOwner | The specifiedowner doesn’t belong to caller | - |
400 | InternalError | The request processing has failed due to some unknown error, exception or failure. | - |
400 | NoPermission | You are not authorized to perform this action. | 您无权执行此操作。 |
500 | UndefinedError | The request processing has failed due to some unknown error. | - |
访问错误中心查看更多错误码。
变更历史
变更时间 | 变更内容概要 | 操作 |
---|---|---|
2024-06-25 | OpenAPI 错误码发生变更 | 查看变更详情 |
2023-12-12 | OpenAPI 错误码发生变更、OpenAPI 返回结构发生变更 | 查看变更详情 |