Set the maximum balance limit to a user. This only apply to transfer wallet.
ParametersName | Description | Type and Limit | Required? |
---|---|---|---|
method | Must be "SetUserMaxBalance" | String (32) | Y |
Key | Secret key | String (32) | Y |
Time | Current time in "yyyyMMddHHmmss" format | DateTime | Y |
Username | Username | String (28) | Y |
MaxBalance | Maximum balance | Decimal | Y |
Name | Description | Type and Limit | Required? |
---|---|---|---|
ErrorMsgId | Error message: 0: Success 116: Username does not exist 142: Parameter(s) error 148: MaxBalance not zero or smaller than user balance | Byte | Y |
ErrorMsg | Error message detail | String | Y |