User Bet Record
Used by merchants to query bet records for players and games.
GetGameRecordList
This API is provided by the OMG platform and is called by the integrator.
POST {OMG_BACKEND_URL}/api/v1/merchant/outer/record/GetGameRecordList?trace_id=your_trace_id
Headers
Content-Type
"application/json; charset=utf-8"
sign
"your_sign_string"
Body
app_id
string
The unique identifier for the merchant, available in the merchant backend.
uname
stringoptional
User ID, matches the uname field used for game player verification.
game_id
stringoptional
Game ID
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
OMG Platform Response Parameter Example
Response Example Parameter Descriptions
code
Yes
integer
Status Code
msg
Yes
string
Message
total
Yes
integer
Record Count
account
Yes
string
User Nickname
account_id
Yes
string
User ID
game_id
Yes
string
Game ID
round_id
Yes
integer
Session ID
enter_money
Yes
string (decimal)
The balance before user bet
after_settlement_money
Yes
string (decimal)
The balance after user bet
bet
Yes
string (decimal)
Bet Amount
win
Yes
string (decimal)
Payout Amount
create_time
Yes
integer
User Bet Timestamp
id
Yes
integer
Record ID
id_str
Yes
string (decima
Record ID(String)
parent_id
Yes
integer
Parent Game ID
parent_id_str
Yes
string (decima
Parent Game ID(String)
small_game_type
Yes
integer
0.Normal 1.Match 2.Free Spins 3.Respin 4.High Multiplier
fb
Yes
integer
Buy Free Spins(0 YES, 1 NO)
platform
Yes
integer
1:spribe 2:PG 3:JILI 4:PP_MAX (All Currency) 5:OMG 6:Mini Game 8:hacksaw 9:PP (Brazilian Currency)
Special Note
For performance reasons, when using the page and size parameters for paging, we do not return the total number of pages. We need to loop until there is no data, and the maximum number of queries at one time is 1000.
Error Code
Last updated