Skip to content

Merchant Game Records

INFO

Query game records by date for a specific merchant.

Request Limitation

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

Request Method

ItemNameSample
PathPath{Api_Address}/merchant/game_records
Request MethodPOST

Request Parameters

NameTypeRequiredDescription
Sign ParamsYView details
datestringYDate based on UTC 0 timezone, format "YYYY-MM-DD" e.g. "2025-01-01" or format "YYYY-MM-DD HH:ii:ss" e.g. "2025-01-01 10:10:10"
currencystringYCurrency code
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
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.totalint64Ytotal records count
data.pageobjectYPagination information

Sample