Query bet records
Possible Error Codes for this API
| Code | Description |
|---|---|
| 0 | Success |
| 2 | Invalid parameter |
| 9 | Query date range too large |
| 19 | Request limit reached |
| 20 | Secret key error |
| 23 | Invalid timestamp |
| 25 | Type parameter error |
| 26 | Page size parameter error |
| 27 | Page index parameter error |
| 36 | Server error |
| 9999 | Unknown error |
Platform-defined unique request ID, length >= 32 and <= 128 bytes
Platform product ID
Start timestamp (UNIX timestamp in seconds). Note: This is reckon time, if bet is recalculated or cancelled via backend, reckon time will also change
End timestamp (UNIX timestamp in seconds). Maximum range from begintime is 7 days (168 hours)
Page size (must be between 100 and 10,000)
Page index (starting from 0)
User account in game (optional)
Query specific record type, 1 - Bet, 2 - Consumption; if type key is not present, query all types
md5(begintime + endtime + pagesize + pageindex + type + username + platform secret key)