8. Get WinLose By DepositID (Common)
Use for Merchant get WinLose By DepositID
*SLOT FISHING KENO POKER play totals are updated in real time, at least 150 seconds, but no more than 300 seconds.
*Data can be viewed for the past 4 months.
Method : [Post]
Path : {{domain}}/ext/getWinLoseByDepositID/{{prefix}}/{{agentUsername}}
Content-Type : application/json
Request Body
{
"agentUsername": "{{agentUsername}}",
"key": "{{key}}",
"username": "{{agentUsername}}ninemb01",
"refId": "60fcda0071ce66250c9c2efd",
"web": "{{whiteLabel}}"
}
Key | Type | Example Value | Description |
---|---|---|---|
agentUsername | String | testag | The agent's username. |
key | String | tnyENKDWvOkBXpvm6UZVa | The agent's unique key. |
username | String | testagninemb01 | Users who want to view their deposit history. |
refId | String | 60fcda0071ce66250c9c2efd | Reference ID for Top Up. |
web | String | sportbook101 | Active websites. |
Response
{
"code": 0,
"data": {
"card": {
"turn": 0,
"wl": 0
},
"casino": {
"turn": 0,
"wl": 0
},
"hdp": {
"turn": 0,
"wl": 0
},
"keno": {
"turn": 0,
"wl": 0
},
"lotto": {
"turn": 0,
"wl": 0
},
"mixParlay": {
"turn": 0,
"wl": 0
},
"mixStep": {
"turn": 0,
"wl": 0
},
"poker": {
"turn": 0,
"wl": 0
},
"slot": {
"turn": 0,
"wl": 0
},
"trade": {
"turn": 0,
"wl": 0
},
"esport": {
"turn": 0,
"wl": 0
},
"cock": {
"turn": 0,
"wl": 0
},
"sbo": {
"turn": 0,
"wl": 0
},
"saba": {
"turn": 0,
"wl": 0
},
"dbs": {
"turn": 0,
"wl": 0
},
"fbs": {
"turn": 0,
"wl": 0
},
"plb": {
"turn": 0,
"wl": 0
},
"umb": {
"turn": 0,
"wl": 0
},
"vsb": {
"turn": 0,
"wl": 0
},
"afb": {
"turn": 0,
"wl": 0
},
"lali": {
"turn": 0,
"wl": 0
},
},
"msg": "SUCCESS"
}
Key | Type | Example Value | Description |
---|---|---|---|
code | Number | 0 | Response code of API |
msg | String | success | description of code |
data | Object | { "card": { "turn": 0, "wl": 0 }, "casino": { "turn": 0, "wl": 0 }, "hdp": { "turn": 0, "wl": 0 }, "keno": { "turn": 0, "wl": 0 }, "lotto": { "turn": 0, "wl": 0 }, "mixParlay": { "turn": 0, "wl": 0 }, "mixStep": { "turn": 0, "wl": 0 }, "poker": { "turn": 0, "wl": 0 }, "slot": { "turn": 0, "wl": 0 }, "trade": { "turn": 0, "wl": 0 }, "esport": { "turn": 0, "wl": 0 }, "cock": { "turn": 0, "wl": 0 }, "sbo": { "turn": 0, "wl": 0 }, "saba": { "turn": 0, "wl": 0 }, "dbs": { "turn": 0, "wl": 0 }, "fbs": { "turn": 0, "wl": 0 }, "plb": { "turn": 0, "wl": 0 }, "umb": { "turn": 0, "wl": 0 }, "vsb": { "turn": 0, "wl": 0 }, "afb": { "turn": 0, "wl": 0 }, "lali": { "turn": 0, "wl": 0 }, } | data winlose and turnover by deposit id [ "card" is card game, "casino" is casino, "hdp" is single sport, "keno" is keno, "lotto" is all lottery, "mixParlay" is parlay sport, "mixStep" is combo sport, "poker" is poker, "slot" is slot game, "trade" is trader, "esport" is esport, "cock" is cockfight, "sbo" is sbobet sport, "saba" is Ibcbet sport, "dbs" is Panda sport, "fbs" is FB sport, "plb" is Parlaybay sport, "umb" is Um bet sport, "vsb" is Virtual Sport Pragmatic sport, "afb" is AFB88 sport, "lali" is Lalika bet sport "turn" is turnover, "wl" is win/loss total ] |
Error Code
Value | msg |
---|---|
0 | Success |
100001 | Missing 'agent Username' field. |
100002 | Agent username is type string. |
100003 | Missing 'key' field. |
100004 | Key is type string. |
100005 | Missing 'username' field. |
100006 | Username is type string. |
100009 | Your username must be between 8 and 48 character. |
100012 | Key not found. |
100013 | Agent not found. |
100014 | Member not found. |
100021 | Missing 'refId' field. |
100022 | RefId is type string. |
100033 | Data not found. |