/v4/game/online-games
Get Online-Game List
POST
/v4/game/online-games
It returns a list of games connected up to 30 minutes ago from the current time.
The returned game-play unique ID gplay_id
can be used to start a bonus call or manage the game in progress.
Headers
Name | Value |
---|---|
Authorization |
|
Content-Type |
|
Accept |
|
Body
No Contents
Response
Key | Type | Description |
---|---|---|
| integer(32bit) | Response Code |
| string | Response Message |
| string | Game Launch URL |
| integer(64bit) | User's Code(Unique ID) |
| string | User's Name |
| integer(64bit) | Provider ID |
| string | Provider Name (English) |
| string | Game Symbol |
| string | Game Name (English) |
| integer(32bit) | Game Type (1: Slot, 2: Live) |
| double | Last Round Bet Amount |
| double | Total Bet Amount |
| double | Total Win (Excluding Bonus-Call Win) |
| double | Bonus-Call Win |
| integer(64bit) | Bonus-Call ID In Progress |
| boolean | Bonus-Call Enabled |
| boolean | Bonus-Call Finished |
| integer(32bit) | Bonus-Call Status 0: Init, 1: Running, 2: Complete, 3: Cancel |
| string(ISO date) | Start Time |
| string(ISO date) | Last Updated Time |
Last updated