Skip to content

Query Replay GET

Authorization

Seamless uses Basic Authentication with your agent credentials. (Authentication)

HTTP Request

GET {{ API_URL }}/seamless/betTransactionReplay?productId={{ productId }}&username={{ username }}&betId={{ betId }}&parentBetId={{ parentBetId }}&gameCode={{ gameCode }}

Parameter Description

PropertyTypeRequiredDescription
productIdstringRequiredProduct ID (Ref. Product List)) (Example : SEXY)
betIdstringRequiredBet ID
usernamestringRequiredMember username
parentBetIdstringOptionalParent bet ID, if productId: PGSOFT this field is required and you need to send roundId (in format xxxx-xxxx-106-0)
gameCodestringOptionalParent bet ID, if productId: PGSOFT this field is required and you need to send gameCode (in format lucky-neko)

Response Description

PropertyTypeRequiredDescription
reqIdstringRequiredUnique reference for each request
codenumberRequiredResponse status
messagestringRequiredAdditional information on response status
dataQueryReplayRequiredQuery replay data

Query Replay

PropertyTypeRequiredDescription
urlstringRequiredReplay url

Note Products not have Replay

Product IDProduct Name
SIMPLEPLAYSimple Play
AGGAMEAsia Gaming AG
EVOPLAYEvoplay
ALLBETAllbet
REDTIGERRed Tiger
NETENTNetent
NOLIMITNolimit City
GOLDYGoldy

JSON response example:

json
{
  "reqId": "7ba79e9c-ebaf-4f06-bd73-d8648ec7f8d3",
  "code": 0,
  "message": "Success",
  "data": {
    "url": "https://ttt.worldcdn-mega.com/page/wallet/replay.jsp?platform=SEXYBCRT&gameType=LIVE&roundId=Mexico-705-GA25440063&path=https%3A%2F%2Fbfsiz6.bikimex.net%2Ftoken%2Fresult%2Freplay.jsp%3Ftoken%3D4i9oFD7dThHHWUNgOxt4BdyvpOsmfZg3vdQmJ0yvDxAYJsQHk%252BABwgJF1rezSA6dnjOsNoqMf9LA3G%252FEMkXUsWQmedAoq7iLO%252F1yrsQbTd%252Fntj4j8ZM2Sk8CHB0u8ME4sHewbWzt5C4D281OlohjBw%253D%253D%26lang%3Den%26reverseBPColor%3Dfalse"
  }
}