Skip to content

Query Replay GET

This api is check transactions to be outstanding.

Authorization

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

HTTP Request

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

Content Type

Type: application/json

Parameter Description

PropertyTypeRequiredDescription
productIdstringRequiredProduct ID (Ref. Product List)) (Example : SEXY)
betIdstringRequiredBet ID
usernamestringRequiredMember username

Response Description

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

Query Replay

PropertyTypeRequiredDescription
urlstringRequiredReplay url

Supported products

ProductIdDescription
SPADESpade gaming

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"
  }
}