Queries the balance of your account.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|
The current API does not require request parameters
Response parameters
Examples
Sample success responses
JSON
format
{
"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\n"
}
}
Error codes
HTTP status code | Error code | Error message | Description |
---|---|---|---|
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. | You do not have permissions to perform the operation. |
500 | UndefinedError | The request processing has failed due to some unknown error. | - |
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|---|---|
2024-06-25 | The Error code has changed | View Change Details |
2023-12-12 | The Error code has changed. The response structure of the API has changed | View Change Details |