QueryAccountBalance - 查询用户账户余额信息
更新时间:
查询用户账户余额信息。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

授权信息
操作 |
访问级别 |
资源类型 |
条件关键字 |
关联操作 |
bss:DescribeAcccount |
get |
*全部资源
|
无 | 无 |
请求参数
名称 |
类型 |
必填 |
描述 |
示例值 |
当前API无需请求参数
返回参数
名称 |
类型 |
描述 |
示例值 |
object |
|||
Code |
string |
状态码。 |
200 |
Message |
string |
错误信息。 |
success |
RequestId |
string |
请求 ID。 |
16176743-6DC7-4CB3-BB25-A13982D8DFAD |
Success |
boolean |
是否成功。 |
true |
Data |
object |
返回数据。 |
|
AvailableAmount |
string |
可用额度。 |
10000.00 |
CreditAmount |
string |
信控额度。 |
0.00 |
MybankCreditAmount |
string |
网商银行信用额度。 |
0.00 |
Currency |
string |
币种。取值范围:
|
CNY |
AvailableCashAmount |
string |
现金余额。 |
10000.00 |
QuotaLimit |
string |
生态客户 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 |
错误码 |
错误信息 |
描述 |
---|---|---|---|
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. | 您无权执行此操作。 |
400 | AuthSiteFail | auth site failed. | |
500 | UndefinedError | The request processing has failed due to some unknown error. |
访问错误中心查看更多错误码。
变更历史
更多信息,参考变更详情。
该文章对您有帮助吗?