Skip to content

Merchant Game Records By User ID

INFO

Query game records by user ID for a specific merchant within a time range.

Request Limitation

  1. Requests with the same parameters are limited to once every 1 second.
  2. Only provide transaction results within 30 days.

Request Method

ItemNameSample
PathPath{Api_Address}/merchant/game_records_by_uid
Request MethodPOST

Request Parameters

NameTypeRequiredDescription
Sign ParamsYView details
start_timeint64YStart time (timestamp in seconds)
end_timeint64YEnd time (timestamp in seconds)
game_idint64NGame unique ID, query all games if empty
game_codestringNGame unique index, query all games if empty. If game_id is not empty, filter by game_id first
user_idstringYUser unique identifier
currencystringNCurrency
pageobjectYPagination parameters
page.sizeint64YPage size, default 1000, maximum 10000
page.currentint64YCurrent page

Return Parameters

NameTypeRequiredDescription
codeintY
msgstringYMessage for debug
dataobjectYBody
data.record_listarrayYGame record list
data.record_list.record_idstringYRecord ID
data.record_list.user_idstringYUser ID
data.record_list.game_idint64YGame ID
data.record_list.game_codestringYGame code
data.record_list.bet_amountstringYBet amount
data.record_list.actual_bet_amountstringYActual bet amount
data.record_list.payoutstringYPayout amount
data.record_list.currencystringYCurrency
data.record_list.multiplierstringYMultiplier
data.record_list.resultstringYGame result
data.record_list.start_timeint64YStart time (timestamp)
data.record_list.end_timeint64YEnd time (timestamp)
data.pageobjectYPagination information