Skip to main content
GET
Transaction List
Status
  • 0 = Inactive
  • 1 = Active
The status indicates whether the session is currently active or not.

Headers

string
required
A unique identifier associated with operator calling API.
string
required
A SHA256 HMAC signature generated using the request body and timestamp. Format: HMAC_SHA256(JSON.stringify(data) + ’|’ + timestamp), signed using the provided secret key.
string
required
An Unix timestamp (milliseconds) when the request was sent. Ensure the same value is used in signature generation.
string
required
Must be set to application/json

Query Parameters

integer
Specifies the current page number for pagination purposes.
integer
Specifies how many records to display on each page, controlling the size of each data segment.
string
required
A unique identifier for the game session you want to retrieve.

Response

string
required
Code indicates status of the request weather it is succeed or failed. We have listed error codes here
Data Object