Fetch Data
You will need to invoke these APIs to obtain up-to-date or more detailed data from the respective game providers through HTTP requests. For more information on how to obtain the data by API, please contact GamesMatrix Technical Support team.
Invoking API Frequency
The frequency of repeatedly calling the API is restricted to once every 15 seconds. This limitation applies to all APIs listed in this document.
All
Get Game List
The following method is used to get game list of all the active games per provider.
URL: {base_url}/api/v1/get-game-list?game_provider=PA
Method: GET
Header
Content-Type
String
application/json
Y
Authorization
String
Bearer {your_api_token}
Y
Query Parameters
game_code
String
Use to check if the specific game is active
N
platformtype
String
live
slot
yoplay
hunter
casino
N
Response Body
game_name
String
Name of the game
game_code
String
Code of the game
category
String
Category of the game
platformtype
String
live
slot
yoplay
hunter
casino
Response Sample
{
"code": 0,
"message": "Get Game List success",
"data": [
{
"game_provider_name": "PlayAce",
"game_provider": "PA",
"game_name": "Baccarat of PAQ",
"game_code": "pa-21",
"category": "Live Baccarat",
"platformtype": "Live"
},
]
}
Get Bet Detail - Slot & Live
The following method is used to get bet detail on both Slot and Live Games.
URL: {base_url}/api/v1/get-bet-detail?transaction_no=67624395ba9793796ba691a1
Method: GET
Header
Content-Type
String
application/json
Y
Authorization
String
Bearer {your_api_token}
Y
Query Parameters
transaction_no
String
The unique transaction number. Optionally, you may use the Bet Number/Round ID.
Y
Response Body
transaction_no
String
Unique transaction number
bill_no
String
Bill number
bet_no
String
Bet number / Round ID
agent_code
String
Agent code, provided by us separately by email
username
String
Player's username
Not more than 17 character(s)
Not with special character(s)
Only digit(s), letter(s) or underscore(s)
bet_time
Datetime
Bill bet time in MM-DD-YYYY HH24:MI:SS format. e.g. 2024-02-28 13:46:52
settle_time
Datetime
Bill settle time in MM-DD-YYYY HH24:MI:SS format. e.g. 2024-02-28 13:46:52
transaction_time
Datetime
Bill transaction time in MM-DD-YYYY HH24:MI:SS format. e.g. 2024-02-28 13:46:52
remark
String
Additional game-specific information, varying in format depending on the game
status
String
Transaction Status :
Running
Settled
Refund
bet_ip
String
Bet IP
amount
Int | Float
Transaction amount
net_amount
Int | Float
The win or lose amount of payout
valid_bet_amount
Int | Float
Valid bet amount transaction
flag
Int
Flag Status:
0
Abnormal (please contact Customer Service)
1
Complete
-8
Cancel particular round's bill
-9
Cancel particular Bill no
device_type
String
Device type Desktop
Mobile
jp_invest
Int | Float
Jackpot investment amount, present when jackpot=1
jp_payout
Int | Float
Jackpot payout amount, present when jackpot=1
seat_number
Int
Seat Number on Game Type "BJ
"
Response Sample
{
"code": 0,
"message": "Get Bet Detail Success",
"data": {
"data": [
{
"transaction_no": "67624395ba9793796ba691a1",
"currency_code": "CNY",
"amount": 4,
"net_amount": -4,
"valid_bet_amount": 4,
"username": "B66riorio",
"agent_code": "B66",
"bet_time": "2024-12-18 11:37:57",
"settle_time": "2024-12-18 11:38:02",
"transaction_time": "2024-12-18 11:38:02",
"bill_no": null,
"bet_no": "683294644000",
"game_code": "pp-vs20olympgate",
"slottype": 1,
"game_provider": "PP",
"bet_ip": null,
"device_type": "DESKTOP",
"remark": null,
"status": "Settled"
}
]
}
}
Get Bet Detail - Sport
The following method is used to check on transaction order's status for Sports.
URL: {base_url}/api/v1/get-bet-detail?transaction_no=PARLAY213089557777
Method: GET
Header
Content-Type
String
application/json
Y
Authorization
String
Bearer {your_api_token}
Y
Query Parameters
transaction_no
String
The unique transaction number. Optionally, you may use the Bet Number/Round ID.
Y
Response Body
transaction_no
String | Array
Unique transaction number
amount
Int | Float
The amount the Player wagered
net_amount
Int | Float
Player's win or loss amount, exclude the initial bet
valid_bet_amount
Int | Float
The actual bet the Player placed, which may differ from the original bet due to special odds
agent_code
String
Agent code, provided by us separately by email
username
String
Player's username
Not more than 17 character(s)
Not with special character(s)
Only digit(s), letter(s) or underscore(s)
bet_time
Datetime
Bill bet time in MM-DD-YYYY HH24:MI:SS format. e.g. 2024-02-28 13:46:52
settle_time
Datetime
Bill settle time in YYYY-MM-DD HH24:MI:SS format. e.g. 2024-02-28 13:46:52
or it can be null when status is running
transaction_time
Datetime
Bill transaction time in YYYY-MM-DD HH24:MI:SS UTC format. e.g. 2024-07-30 10:10:06
status
String
Player's Bet Status
Win
,Lose
,Draw
,HalfWin
, Running
settle_status
String
Player's Bet Settlement Status Running
Void
,Settled
,Refund
product_type
String
Product category Sports
(Only available for SBO bet) and the default is null
details
Array
A single bet will have only one sub-bet in the bet details, while a Mix Parlay bet will have multiple sub-bets
details[*].ht_score
String
Half time score of the match
details[*].ft_score
String
Full time score of the match
details[*].bet_option
String
Option of Player's Bet
details[*].market_type
String
Market Type of Subbet, please refer to Appendix: Sport Games - Market Type
details[*].hdp
String
Handicap Point
details[*].odds
String
The odds value the player when bet on
details[*].odds_style
String
The odds the Player bet on
details[*].match
String
Name of match
details[*].league
String
Name of league of the match
details[*].status
String
Subbet status Win
,Lose
,Draw
,Halfwin
, Running
details[*].live_score
String
If the match is live, this field will document the score at the time the Player placed the bet
Response Sample
{
"code": 0,
"message": "Success",
"data": {
"id": 7997,
"transaction_time": "2024-07-30 10:10:06",
"settled_time": null,
"transaction_no": "PARLAY213089559999",
"username": "playermmkk1",
"bet": 7,
"actual_bet": 0,
"winlose": 0,
"product_type": null,
"status": "Running",
"settle_status": "Running",
"details": [
{
"bet_histories_id": 7997,
"sport_type": "Football",
"ht_score": null,
"ft_score": null,
"bet_option": "Spain U23 No.of Corners",
"market_type": "Handicap",
"hdp": "2 (59)",
"odds": "1.90",
"odds_style": "MO-MY",
"match": "Spain U23 No.of Corners -vs- Egypt U23 No.of Corners",
"league": "*OLYMPICS 2024 MEN SOCCER (IN FRANCE) - CORNERS",
"status": "Running",
"live_score": null
},
{
"bet_histories_id": 7997,
"sport_type": "Football",
"ht_score": null,
"ft_score": null,
"bet_option": "Under",
"market_type": "Over/Under",
"hdp": "9 (3)",
"odds": "1.89",
"odds_style": "MO-MY",
"match": "France U23 No.of Corners -vs- New Zealand U23 No.of Corners",
"league": "*OLYMPICS 2024 MEN SOCCER (IN FRANCE) - CORNERS",
"status": "Running",
"live_score": null
}
]
}
}
Get Url History
The following method is used to get url history of specific round.
URL: {base_url}/api/v1/get-url-history?username=B66riorio&round_id=683294644000
Method: GET
Header
Content-Type
String
application/json
Y
Authorization
String
Bearer {your_api_token}
Y
Query Parameters
bet_no
String
Bet number / Round ID
Y
username
String
Player's username
Not more than 17 character(s)
Not with special character(s)
Only digit(s), letter(s) or underscore(s)
Y
transaction_no
String
Transaction Number. Required for slot
, fishing
, and arcade
. Also required for live
, casino
, and table
if you want to get details for each bet; otherwise, only round-level details will be returned.
N
bill_no
String
Bill number
Required for PA(PlayAce)
N
type
String
live
table
casino
slot
fishing
arcade
Y
Response Body
url_history
String
Url History
Response Sample
{
"code": 0,
"message": "Get Url History Success",
"data": {
"url_history": "https://pa.gmtxapi.com/gameResults?billno=eyJpdiI6IlN3dTkxQm01TDRNYlhFcXI2bUhKZmc9PSIsInZhbHVlIjoiQ2d6RTdwYnlDYmh4OG5nT0ZCcGRTVnV5OUFFU3laN1Rnd25pMXdxdkx5UT0iLCJtYWMiOiJmMDBmNWIyYzFjODY3ZWQ5ZmVmNjJkYzk5MTE2YjI4MzcwNWU2ZjZlMTg0OTkxNGVkODg5YmZmNDA3YjI2YjdhIiwidGFnIjoiIn0="
}
}
Get Bet Summary
The following method is used to the bet summary by selected date range.
URL: {base_url}/api/v1/get-bet-summary
Method: GET
Header
Content-Type
String
application/json
Y
Authorization
String
Bearer {your_api_token}
Y
Query Parameters
start_time
String
Start time in YYYY-MM-DD HH24:MI:SS UTC format. e.g. 2024-02-28 13:46:52
Every data request within 30 minutes
Y
end_time
String
End time in YYYY-MM-DD HH24:MI:SS UTC format. e.g. 2024-02-28 13:46:52
Every data request within 30 minutes
Y
Response Body
agent_code
String
Agent code, provided by us separately by email
player_count
Int
Player count
bet_count
Int
Bet count
bet_amount
Int
Bet amount
valid_bet_amount
Float
Valid bet amount transaction
win_lose_amount
Int | Float
Win lose amount
Response
{
"code":0,
"message":"Get Bet Summary Success",
"data": {
"agent_code":"N14",
"game_provider": "PATW",
"currency_code":"CNY",
"player_count":1,
"bet_count":118,
"bet_amount":13924,
"valid_bet_amount":13924,
"win_lose_amount":-3304
}
}
Get Event Transactions
The following method is used to get event transaction by selected date range.
URL: {{base_url}}/api/v1/get-event-transactions
Method: GET
Header
Content-Type
String
application/json
Y
Authorization
String
Bearer {your_api_token}
Y
Query Parameters
start_time
String
Start time in YYYY-MM-DD HH24:MI:SS UTC format. e.g. 2024-02-28 13:46:52
Every data request within 30 minutes
Y
end_time
String
End time in YYYY-MM-DD HH24:MI:SS UTC format. e.g. 2024-02-28 13:46:52
Every data request within 30 minutes
Y
per_page
Int
Number of items available per page
N
page
Int
Page number
N
Response Body
transaction_no
String | Array
Transaction number
transaction_time
Datetime
Transaction time in YYYY-MM-DD HH24:MI:SS UTC format. e.g. 2024-02-28 13:46:52
username
String
Player's username
transaction_type
String
Transaction type:
Deposit
Withdraw
Rollback
amount
Int | Float
Transaction amount
remark
String
Additional game-specific information, varying in format depending on the game
Response
{
"code": 0,
"message": "Get Event Transactions success",
"current_page": 1,
"data": [
{
"transaction_no": "1729658285760",
"transaction_time": "2024-10-23 04:38:05",
"username": "B80playerinr1",
"currency_code": "INR",
"transaction_type": "Deposit",
"event_id": 12,
"amount": 534,
"remark": "SVRP0001;R1729658285760"
},
{
"transaction_no": "1729658290835",
"transaction_time": "2024-10-23 04:38:10",
"username": "B80playerinr1",
"currency_code": "INR",
"transaction_type": "Deposit",
"event_id": 12,
"amount": 686,
"remark": "SVRP0001;R1729658290835"
}
],
"total_per_page": 2,
"total": 2
}
PlayAce
Get Bet Status - Live & Slot
The following method is used to get bet status on both Slot and Live Games.
URL: {base_url}/api/v1/pa/get-bet-status?transaction_no=2369725104&type=slot
Method: GET
Header
Content-Type
String
application/json
Y
Authorization
String
Bearer {your_api_token}
Y
Query Parameters
transaction_no
String
Unique transaction number
Y
type
String
Type slot
live
Y
Response Body
data[*].bill_no
String
Bill number
data[*].status
String
Transaction Status :
Running
Settled
Refund
Response
{
"code": 0,
"message": "success",
"data": [
{
"bill_no": "241202056515316",
"status": "Settled"
},
{
"bill_no": "241202056515317",
"status": "Settled"
},
{
"bill_no": "241202056515318",
"status": "Settled"
},
{
"bill_no": "241202056515319",
"status": "Settled"
},
{
"bill_no": "241202056515320",
"status": "Settled"
}
]
}
Get Bet Detail - Live Games
The following method is used to get bet detail for PlayAce's Live Games.
URL: {base_url}/api/v1/pa/get-bet-detail/live?transaction_no=025114121704024500095&bill_no=241217049477727
Method: GET
Header
Content-Type
String
application/json
Y
Authorization
String
Bearer {your_api_token}
Y
Body
transaction_no
String | Array
Unique transaction number
bill_no
String
Bill number
bet_no
String
Bet number / Round ID
agent_code
String
Agent code, provided by us separately by email
game_code
String
Games code, please refer to the game list provided separately
username
String
Player's username
Not more than 17 character(s)
Not with special character(s)
Only digit(s), letter(s) or underscore(s)
bet_time
Datetime
Bill bet time in MM-DD-YYYY HH24:MI:SS format. e.g. 2024-02-28 13:46:52
settle_time
Datetime
Bill settle time in MM-DD-YYYY HH24:MI:SS format. e.g. 2024-02-28 13:46:52
transaction_time
Datetime
Bill transaction time in MM-DD-YYYY HH24:MI:SS format. e.g. 2024-02-28 13:46:52
bet_ip
String
Bet IP
amount
Int | Float
Transaction amount
net_amount
Int | Float
The win or lose amount of payout
valid_bet_amount
Int | Float
Valid bet amount transaction
flag
Int
Flag Status:
0
Abnormal (please contact Customer Service)
1
Complete
-8
Cancel particular round's bill
-9
Cancel particular Bill no
device_type
String
Device type Desktop
Mobile
jp_invest
Int | Float
Jackpot investment amount, present when jackpot=1
jp_payout
Int | Float
Jackpot payout amount, present when jackpot=1
seat_number
Int
Seat Number on Game Type "BJ
"
is_finish
Boolean
False: Is the last request in the game round
True: Is the last request in the game round
Response Sample 1
{
"code": 0,
"message": "Data obtain success",
"data": {
"currency_code": "CNY",
"amount": 50,
"net_amount": -50,
"valid_bet_amount": 50,
"username": "B66riorio23",
"agent_code": "B66",
"game_provider": "PA",
"game_code": "pa-N071",
"table_code": "N071",
"bet_time": "2024-12-17 08:02:45",
"settle_time": "2024-12-17 08:03:05",
"transaction_time": "2024-12-17 08:03:05",
"transaction_no": "025114121704024500095",
"bill_no": "241217049477727",
"bet_no": "GN07124C1702X",
"game_type": "BAC",
"seat_number": null,
"bet_ip": "3.0.64.124",
"flag": 1,
"playtype": "Player",
"device_type": "DESKTOP",
"jp_invest": 0,
"jp_payout": 0,
"game_result": "P;SJ;CK;CQ:B;D5;HJ",
"is_finish": "true"
}
}
Response Sample 2
{
"code": 0,
"message": "Data obtain success",
"data": {
"currency_code": "CNY",
"amount": 100,
"net_amount": -100,
"valid_bet_amount": 100,
"username": "B66riorio",
"agent_code": "B66",
"game_provider": "PA",
"game_code": "pa-N071",
"table_code": "N071",
"bet_time": "2024-12-18 10:11:13",
"settle_time": "2024-12-18 10:11:31",
"transaction_time": "2024-12-18 10:11:31",
"transaction_no": [
"025214121806111300080",
"025214121806111700081"
],
"bill_no": "241218069666311",
"bet_no": "GN07124C180IQ",
"game_type": "BAC",
"seat_number": null,
"bet_ip": "3.0.64.124",
"flag": 1,
"playtype": "Player",
"device_type": "DESKTOP",
"jp_invest": 0,
"jp_payout": 0,
"game_result": "P;S6;SQ:B;C3;C4",
"is_finish": "true"
}
}
Get Bet Detail - Slot Games
The following method is used to get bet detail for PlayAce's Slot Games.
URL: {base_url}/api/v1/pa/get-bet-detail/slot?transaction_no=8241220047945116&bill_no=8241220047945116
Method: GET
Header
Content-Type
String
application/json
Y
Authorization
String
Bearer {your_api_token}
Y
Body
transaction_no
String | Array
Unique transaction number
bill_no
String
Bill number
bet_no
String
Bet number / Round ID
agent_code
String
Agent code, provided by us separately by email
game_code
String
Games code, please refer to the game list provided separately
username
String
Player's username
Not more than 17 character(s)
Not with special character(s)
Only digit(s), letter(s) or underscore(s)
bet_time
Datetime
Bill bet time in YYYY-MM-DD HH24:MI:SS UTC format. e.g. 2024-02-28 13:46:52
settle_time
Datetime
Bill settle time in YYYY-MM-DD HH24:MI:SS UTC format. e.g. 2024-02-28 13:46:52
transaction_time
Datetime
Bill transaction time in YYYY-MM-DD HH24:MI:SS UTC format. e.g. 2024-02-28 13:46:52
remark
String
Additional game-specific information, varying in format depending on the game
bet_ip
String
Bet IP
amount
Int | Float
Transaction amount
net_amount
Int | Float
The win or lose amount of payout
valid_bet_amount
Int | Float
Valid bet amount transaction
flag
Int
Flag Status:
0
Abnormal (please contact Customer Service)
1
Complete
-8
Cancel particular round's bill
-9
Cancel particular Bill no
device_type
String
Device type Desktop
Mobile
Response Sample
{
"code": 0,
"message": "Data obtain success",
"data": {
"transaction_no": "8241220047945116",
"currency_code": "CNY",
"amount": 20,
"net_amount": -20,
"valid_bet_amount": 20,
"username": "B66riorio",
"agent_code": "B66",
"game_provider": "PA",
"game_code": "pa-SB67",
"bet_time": "2024-12-20 08:24:40",
"settle_time": "2024-12-20 08:24:43",
"transaction_time": "2024-12-20 08:24:40",
"bill_no": "8241220047945116",
"bet_no": "8241220047945116",
"device_type": "DESKTOP",
"bet_ip": "3.0.64.124",
"flag": 1,
"slottype": 1,
"remark": "SB67;8241220047945116;"
}
}
Get Round Result - Live Games
The following method is used to get round details for PA Live Games.
URL: {base_url}/api/v1/pa/get-round-result/live?bet_no=240628081268268
Method: GET
Header
Content-Type
String
application/json
Y
Authorization
String
Bearer {your_api_token}
Y
Body
bet_no
String
Round ID
begin_time
Datetime
Round begin time in YYYY-MM-DD HH24:MI:SS format. e.g. 2024-02-28 13:46:52
close_time
Datetime
Round close time in YYYY-MM-DD HH24:MI:SS format. e.g. 2024-02-28 13:46:52
dealer
String
Dealer name
shoe_code
String
Shoe code
vid
String
Video ID
details
Array
Additional game round information. Note: Each Game Type has different details parameter
details.card_number
Int
Card Count
details.pair
String
Pair Result
details.banker.point
Int
Banker Point
details.player.point
Int
Player Point
details.dragon.point
Int
Dragon Point
details.tiger.point
Int
Tiger Point
details.player_a.point
Int
Player A Point
details.player_b.point
Int
Player B Point
details.player_a.card_type
String
Player A Card Type
details.player_b.card_type
String
Player B Card Type
details.3+3_type
String
3 + 3 Type
details.result
String
Result
details.banker.first_card_ace
Bool
Is First card ace
details.banker.blackjack
Bool
Is Blackjack
details.players[*].seat
Int
Player Seat Number
details.players[*].pair
String
Pair Result
details.players[*].21+3_result
String
21 + 3 Result
details.players[*].hand_1_point
Int
Hand 1 Point
details.players[*].hand_1_result
String
Hand 1 Result
details.players[*].hand_2_point
Int
Hand 2 Point
details.players[*].hand_2_result
String
Hand 2 Result
details.players[*].player_number
String
Player Number
details.players[*].status
String
Player Card Status
details.cards
String
List of Final Cards
Response
{
"code": 0,
"message": "Data obtain success",
"data": {
"bet_no": "GN071249060S0",
"begin_time": "2024-09-06 08:18:57",
"close_time": "2024-09-06 08:19:17",
"dealer": "Aria",
"shoe_code": "4473",
"vid": "N071",
"game_type": "BAC",
"details": {
"card_number": 4,
"pair": "No Pair",
"banker": {
"point": 9
},
"player": {
"point": 6
},
"cards": "P;DK;C6:B;S7;S2"
}
}
}
EEZE
Check Order Status - Live Games
The following method is used to check on transaction details for EEZE's Live Games.
URL: {base_url}/api/v1/ez/check-orders/live?bill_no=240628081268268
Method: GET
Body
bill_no
String | Array
Bill number
username
String
Player's username
Not more than 17 character(s)
Not with special character(s)
Only digit(s), letter(s) or underscore(s)
bet_time
Datetime
Bill bet time in YYYY-MM-DD HH24:MI:SS format. e.g. 2024-02-28 13:46:52
settle_time
Datetime
Bill settle time in YYYY-MM-DD HH24:MI:SS format. e.g. 2024-02-28 13:46:52
bet_ip
String
Bet IP
amount
Int | Float
Transaction amount
net_amount
Int | Float
The win or lose amount of payout
valid_bet_amount
Int | Float
Valid bet amount transaction
flag
Int
Flag Status:
0
Abnormal (please contact Customer Service)
1
Complete
-8
Cancel particular round's bill
-9
Cancel particular Bill no
device_type
String
Device type Desktop
Mobile
bet_no
String
Bet number / Round ID
seat_number
Int
Seat Number on Game Type "BJ"
Response Sample
{
"code": 0,
"message": "success",
"data": {
"bill_no": "240712092352917",
"currency_code": "INR",
"username": "S13Player00123",
"bet_time": "2024-07-12 09:33:48",
"settle_time": "2024-07-12 09:34:09",
"game_type": "AB",
"bet_ip": "127.0.0.1",
"amount": 1000,
"net_amount": 2500,
"valid_bet_amount": 1000,
"flag": "1",
"bet_no": "GM0822471207Y",
"seat_number": 1,
"playtype": "1-5 CARDS",
"device_type": "DESKTOP",
"game_result": "J;D5:A;H7;DK:B;HA;H9;S5"
}
Get Round Result - Live Games
The following method is used to get round details for EEZE's Live Games.
URL: {base_url}/api/v1/ez/get-round-result/live?bet_no=240628081268268
Method: GET
Body
bet_no
String
Round ID
begin_time
Datetime
Round begin time in YYYY-MM-DD HH24:MI:SS format. e.g. 2024-02-28 13:46:52
close_time
Datetime
Round close time in YYYY-MM-DD HH24:MI:SS format. e.g. 2024-02-28 13:46:52
dealer
String
Dealer name
shoe_code
String
Shoe code
vid
String
Video ID
details
Array
Additional game round information. Note: Each Game Type has different details parameter
details.card_number
Int
Card Count
details.pair
String
Pair Result
details.banker.point
Int
Banker Point
details.player.point
Int
Player Point
details.dragon.point
Int
Dragon Point
details.tiger.point
Int
Tiger Point
details.player_a.point
Int
Player A Point
details.player_b.point
Int
Player B Point
details.player_a.card_type
String
Player A Card Type
details.player_b.card_type
String
Player B Card Type
details.3+3_type
String
3 + 3 Type
details.result
String
Result
details.banker.first_card_ace
Bool
Is First card ace
details.banker.blackjack
Bool
Is Blackjack
details.players[*].seat
Int
Player Seat Number
details.players[*].pair
String
Pair Result
details.players[*].21+3_result
String
21 + 3 Result
details.players[*].hand_1_point
Int
Hand 1 Point
details.players[*].hand_1_result
String
Hand 1 Result
details.players[*].hand_2_point
Int
Hand 2 Point
details.players[*].hand_2_result
String
Hand 2 Result
details.cards
String
List of Final Cards
Response
{
"code": 0,
"message": "success",
"data": {
"bet_no": "GD055246280OF",
"begin_time": "2024-06-28 08:28:31",
"close_time": "2024-06-28 08:29:00",
"dealer": "Frankie",
"shoe_code": "4668",
"vid": "D055",
"game_type": "BAC",
"details": {
"card_number": 6,
"pair": "No Pair",
"banker": {
"point": 4
},
"player": {
"point": 9
},
"cards": "P;C7;H5;H7:B;SK;H4;C10"
}
}
}
EVOLUTION
Check Order Status
The following method is used to check on transaction details for EVOLUTION Games.
URL: {base_url}/api/v1/evo/check-orders?bill_no=240628081268268
Method: GET
Body
bill_no
String
Bill number
username
String
Player's username
Not more than 17 character(s)
Not with special character(s)
Only digit(s), letter(s) or underscore(s)
start_time
Datetime
Round start time in YYYY-MM-DD HH24:MI:SS format. e.g. 2024-02-28 13:46:52
settle_time
Datetime
Bill settle time in YYYY-MM-DD HH24:MI:SS format. e.g. 2024-02-28 13:46:52
game_type
String
Game type
bet_ip
String
Bet IP
amount
Int | Float
Transaction total amount
net_amount
Int | Float
The total win or lose amount of payout
valid_bet_amount
Int | Float
The total valid bet amount transaction
device_type
String
Device type Desktop
Mobile
bet_no
String
Unique bet number / Round ID
details
-
List of each transaction with the same Bill Number
details[*].amount
Int Array | Float Array
Transaction amount
details[*].valid_bet_amount
Int Array | Float Array
Transaction valid bet amount
details[*].net_amount
Int Array | Float Array
The win or lose amount of payout
details[*].bet_time
Datetime Array
Bill bet time in YYYY-MM-DD HH24:MI:SS format. e.g. 2024-02-28 13:46:52
Response Sample
{
"code": 0,
"message": "Success",
"data": {
"bill_no": "cced8bb1-639c-4824-8cf8-1201ae1d8f4f",
"bet_no": "17e919a6ebae7cdfce237ee2",
"currency_code": "INR",
"amount": 10,
"net_amount": 10,
"valid_bet_amount": 0,
"username": "B80playerInr00",
"game_type": "DT",
"start_time": "2024-08-06 09:28:57",
"settle_time": "2024-08-06 09:29:18",
"bet_ip": "159.89.161.100",
"device_type": "DESKTOP",
"game_result": "D;H6:T;C4",
"details": [
{
"amount": 10,
"valid_bet_amount": 0,
"net_amount": 10,
"bet_time": "2024-08-06 09:29:13",
"playtype": "Dragon"
}
]
}
}
EZUGI
Get Round Result - Live Games
The following method is used to get round details for EZUGI's Live Games.
URL: {base_url}/api/v1/get-round-result/live?roundId=109428987
Method: GET
Body
round_id
String
Round ID
begin_time
Datetime
Round begin time in YYYY-MM-DD HH24:MI:SS format. e.g. 2024-02-28 13:46:52
close_time
Datetime
Round begin time in YYYY-MM-DD HH24:MI:SS format. e.g. 2024-02-28 13:46:52
shoe_code
String
Shoe Code
detail
Array
Additional game round information. Note: Each Game Type has different details parameter
detail.cards
String
Cards result of the round.
detail.banker
Array
Banker details
detail.banker.DealerCardHandValue
String
Banker's card value
details.players[*].seat
Int
Player's seat number
details.players[*].PlayerCardHandValue
String
Player's card value
details.players[*].bets
Array
Bet details
details.players[*].bets[*].BetName
String
Player's placed bet
details.players[*].bets[*].BetAmount
Int
Player's bet amount
details.players[*].bets[*].game_result
String
Bet result
details.result
String
Round result
detail.totalBet
Int
Total bet amount
detail.totalWin
Int
Total win amount
details.bet_data
Array
Additional bet details.
details.bet_data.bets
Array
List of bets
details.bet_data.bets.[*]Name
String
Bet name
details.bet_data.bets.[*]BetAmount
Int
Bet amount
details.bet_data.bets.[*]betValue
Int
Bet value
details.bet_data.bets.[*]index
String
Bet index
details.bet_data.winning_bets
Array
Winning Bets details
details.bet_data.winning_bets.[*]Name
String
Winning bet name
details.bet_data.winning_bets.[*]BetType
String
Winning Bet Type
details.bet_data.winning_bets.[*]WinAmount
Int
Winning bet amount
details.bet_data.bets_payout
Array
Bets payout details
details.bet_data.bets_payout.[*]name
String
Payout name
details.bet_data.bets_payout.[*]value
Float
Payout value
details.bet_data.winning_bet_types
Array
Winning bet types
details.bet_data.winning_bet_types.[*]name
String
Winning bet types name
details.bet_data.winning_bet_types.[*]value
Boolean
Winning bet types value
Response
{
"code": 0,
"message": "success",
"data": {
"round_id": "109428987",
"begin_time": "2024-11-11 09:57:19",
"close_time": "2024-11-11 09:58:42",
"game_type": "BJ",
"card_in_shoe": 1027,
"details": {
"cards": "P5;DT;S7:P6;C3;C5;D4;CK:P4;D8;S3;S2;SJ:B;S6;HA",
"banker": {
"DealerCardHandValue": "7/17"
},
"players": [
{
"seat": 5,
"PlayerCardHandValue": "17",
"bets": [
{
"BetName": "RegularBet",
"BetAmount": 1000,
"game_result": "Push"
}
]
},
{
"seat": 6,
"PlayerCardHandValue": "22",
"bets": [
{
"BetName": "RegularBet",
"BetAmount": 1000,
"game_result": "Lose"
}
]
},
{
"seat": 4,
"PlayerCardHandValue": "23",
"bets": [
{
"BetName": "RegularBet",
"BetAmount": 1000,
"game_result": "Lose"
}
]
}
]
}
}
}
Last updated