GetAllBetDetails

This Web service will fetch bet details for the current lobby of the specified date from 12:00 PM to 11:59:59 AM. If no Date input, the current date will be used. The frequency of the call should be made to this API 10 times per 5 minutes otherwise it will throw an error.

Parameters
NameDescriptionType and LimitRequired?
methodMust be "GetAllBetDetails"String (32)Y
KeySecret keyString (32)Y
TimeCurrent time in "yyyyMMddHHmmss" formatDateTimeY
UsernameUsernameString (28)N
DateDate for details “yyyy-MM-dd”
DateN
Result
NameDescriptionType and LimitRequired?
BetDetailListBet details structureXMLY
ErrorMsgIdError message:
0: Success
108: Username length/format incorrect
112: API recently called
116: Username does not exist
142: Parameter(s) error
ByteY
ErrorMsgError message detailStringY
BetDetail structure
NameDescriptionType and LimitRequired?
BetTimeBet start timeDate TimeY
PayoutTimePayout timeDate TimeY
UsernameUsernameString (28)Y
DetailGame code
StringY
GameIDGame IDStringY
BetIDBet IDInt64Y
BetAmountBet amountDecimalY
RollingRollingDecimalY
ResultAmountPayoutDecimalY
BalanceBalance after this betDecimalY
HostID*Host table IDInt(16)N
Round*Game RoundInt(32)N
Set*Game SetInt(32)N
GameTypeGame type.
slot - Slot Game
table - Table Game
multiplayer - Fishing Game
StringY
BetType*Bet TypeInt(*)N
BetSource
2/2114/2640Web
16/600/8792/8793Mobile Web
1160/1161/5248/5249iOS app
1288/1289/5376/5377Android app
IntY
TransactionIDSeamless wallet PlaceBet transaction ID.
-1 if not using seamless wallet
Int64Y
JackpotContributionJackpot Contribution (decimal format and max. 9 decimal places)DecimalY
PrizeIDPrize ID of FSOIntegerN
GameResult*The result of the game
Baccarat
Color SicBo
Shake Shake
Pula-Puti
XMLN

* The fields “HostID”, “Round”, “Set”, “BetType” and “GameResult” are designated for Table Game only. It will not be returned in Slot and Fish games.

Output without PrizeID

Output with PrizeID

Jackpot sample:

Sample for Baccarat Game Result:

Sample for Color SicBo Game Result:

Sample for Shake Shake Game Result:

Sample for Pula-Puti Game Result:

Leave a Reply