This web service will fetch bet details of a lobby for last 30 seconds. The frequency of the call should be made to this API is 2 times per 30 seconds otherwise it will throw an error.
ParametersName | Description | Type and Limit | Required? |
---|---|---|---|
method | Must be 'GetAllBetDetailsFor30secondsDV' | String (32) | Y |
Key | Secret key | String (32) | Y |
Time | Current time in 'yyyyMMdddHHmmss' format | DateTime | Y |
Name | Description | Type and Limit | Required? |
---|---|---|---|
BetDetailList | Bet details structure | XML | Y |
ErrorMsgId | Error message: 0: Success 108: Username length/format incorrect 112: API recently called | Byte | Y |
ErrorMsg | Error message detail | String | Y |
BetDetails is the same as GameAllBetDetailsDV.