GetTransactionDetails

This web service will fetch the transaction details of a lobby for a time interval maximum 31 days. You may specify an username to query transaction details of a certain user.

Parameters
NameDescriptionType and LimitRequired?
methodMust be "GetTransactionDetails"String (32)Y
KeySecret keyString (32)Y
TimeCurrent time in "yyyyMMddHHmmss" formatDateTimeY
Username Username String (28)N
FromTimeStart date and time:
"yyyy-MM-dd HH:mm:ss"
DateTimeY
ToTimeEnd date and time:
"yyyy-MM-dd HH:mm:ss"
DateTimeY
Result
NameDescriptionType and LimitRequired?
CountNumber of transactionsInteger 32bitY
WinloseWin/loseDecimalY
TotalBetTotal bet amountDecimalY
ErrorMsgIdError message:
0: Success
106: Server not ready
111: Query time range out of limitation
116: Username does not exist
ByteY
ErrorMsgError message detailStringY

Leave a Reply