Game Replay

For partners to retrieve detailed round results in form of HTML5 iframe format to display.

API Request URL

POST {endpoint}/GetGameDetail

circle-info

To receive detailed round results.

API Request Body Example

{
    "traceId": "23289jfjk902",
    "irisTransactionId": "sdfwefr2f3",
    "language": "en"
}

Request Fields

Name
Type
Description

traceId*

String

Used to track end to end requests for all transactions

irisTransactionId*

String

Unique transaction ID of this transaction by Iris

language*

String

ISO 639-1 language code List of languages supported, default will be en

API Response Example

{
    "traceId": "23289jfjk902",
    "statusCode": 10001,
    "data":{
        "url": "https://gamedetail.nexgaming.com?transactionId=xxnasduwel$4sdfu"
        }
}

Response Fields

Name
Type
Description

traceID*

String

Used to track end to end requests for all transactions

statusCode*

Integer

Status of request

List of status codes

url

String

URL of the game result

Last updated