User ID, matches the uname field used for game player verification.
game_id
integer
Game ID,If id=0, query all games
page
integer
Current Page
size
integer
Page Size
start_time
integer
Query Start Time: Timestamp in UTC+0
end_time
integer
Query End Time: Timestamp in UTC+0
If start_time and end_time need to be obtained through date conversion, use dates in the UTC+0 time zone to convert to timestamps (in seconds).
Integrator Request Parameter Example
MINI.GAME Platform Response Parameter Example
Response Example Parameter Descriptions
Return value
Required
Type
Description
code
Yes
integer
Status Code
msg
Yes
string
Prompt message
uuid
Yes
string
Bet record ID
order_id
Yes
string
Bet order ID
account
Yes
string
User Nickname
account_id
Yes
string
User ID
game_id
Yes
integer
Game ID
round_id
Yes
integer(64)
Session ID, bet order and reward round_id are corresponding
currency
Yes
string
Currency name, for details, refer to the "name" field of the supported currencies in the currency list.(lower case)
enter_money
Yes
decimal
The balance before user bet
after_settlement_money
Yes
decimal
The balance after user bet
bet
Yes
decimal
Bet Amount
win
Yes
decimal
Payout Amount
create_time
Yes
integer
User Bet Timestamp
state
Yes
integer
Status: 1 success ,2 failure
state
Yes
integer
Log type:
1 bet 2 cancel bet 3 payout 4 payout and verify.
When multiple payouts are made, 3 and 4 are both payouts, 4 means the last payout in this round (game over), status 4 is unique
To display the player's final win/loss, use the formula: Win - Bet = Player's Win/Loss. Example: if Bet = 50 and Win = 10, then the player's win/loss is: 10 - 50 = -40
Error Code
For more error codes, please refer to the Special Error Code page description.