User Bet Record
Used by merchants to query bet records for players and games.
GetGameRecordList
This API is provided by the MINI.GAME platform and is called by the integrator.
POST {BACKEND_URL}/api/special/outer/record/GetGameRecordList?trace_id=your_trace_id
Headers
app_id
header
Yes
string
Merchant number
trace_id
url params
Yes
string
unique and randomly generated.
Body
uname
string
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
Integrator Request Parameter Example
MINI.GAME Platform Response Parameter Example
Response Example Parameter Descriptions
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
Error Code
Last updated