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.
ParametersName | Description | Type and Limit | Required? |
---|---|---|---|
method | Must be "GetTransactionDetails" | String (32) | Y |
Key | Secret key | String (32) | Y |
Time | Current time in "yyyyMMddHHmmss" format | DateTime | Y |
Username | Username | String (28) | N |
FromTime | Start date and time: "yyyy-MM-dd HH:mm:ss" | DateTime | Y |
ToTime | End date and time: "yyyy-MM-dd HH:mm:ss" | DateTime | Y |
Name | Description | Type and Limit | Required? |
---|---|---|---|
Count | Number of transactions | Integer 32bit | Y |
Winlose | Win/lose | Decimal | Y |
TotalBet | Total bet amount | Decimal | Y |
ErrorMsgId | Error message: 0: Success 106: Server not ready 111: Query time range out of limitation 116: Username does not exist | Byte | Y |
ErrorMsg | Error message detail | String | Y |