Return the user’s maximum balance limit.
ParametersName | Description | Type and Limit | Required? |
---|---|---|---|
method | Must be 'GetUserMaxBalance ' | String (32) | Y |
Key | Secret key | String (32) | Y |
Time | Current time in 'yyyyMMdddHHmmss' format | DateTime | Y |
Username | Username | String (20) | Y |
Name | Description | Type and Limit | Required? |
---|---|---|---|
MaxBalance | Maximum balance | Decimal | Y |
ErrorMsgId | Error message: 0: Success 100: Username error 108: Username length/format incorrect 116: Username does not exist | Byte | Y |
ErrorMsg | Error message detail | String | Y |