This web service will fetch bet details of a lobby for a time interval maximum 24 hours. The frequency of the call should be made to this API is 10 times per 5 minutes otherwise it will throw an error.
ParametersName | Description | Type and Limit | Required? |
---|---|---|---|
method | Must be "GetAllBetDetailsForTimeInterval" | String (32) | Y |
Key | Secret key | String (32) | Y |
Time | Current time in "yyyyMMddHHmmss" format | DateTime | Y |
Username | Username | String (28) | N |
FromTime | Date for details “yyyy-MM-dd HH:mm:ss” | Date Time | Y |
ToTime | Date for details “yyyy-MM-dd HH:mm:ss” | Date Time | Y |
Name | Description | Type and Limit | Required? |
---|---|---|---|
BetDetailList | Bet details structure | XML | Y |
ErrorMsgId | Error message: 0: Success 108: Username length/format incorrect 111: Query time range out of limitation 112: API recently called 116: Username does not exist 142: Parameter(s) error | Byte | Y |
ErrorMsg | Error message detail | String | Y |
BetDetails is the same as GetAllBetDetails.