Get BetLog Shot
Retrieve detailed information and game screenshots for a specified bet.
API Information
- URL:
POST /v2/betdetail - Authentication:Bearer Token
- Encryption:Requests are encrypted using AES-256-GCM; responses are returned as plaintext JSON
request
request Headers
POST /v2/betdetail HTTP/1.1
Host: api.example.com
Content-Type: application/json
Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...
x-agentid: integratorNBTest04
x-timestamp: 1769746894501
x-nonce: 4ff08bc2a45c6b38068dbcd24296a25b
x-signature: c25f8d23704373e8776cce6d9b10f1fde091c34db80d60523c7e04ff30e54633
Request Parameters
Request Body Before Encryption
{
"username": "fortest01",
"betId": "17519072045833",
"gameCode": "VP_230001_1",
"txTime": "2026-01-21T07:20:00Z",
"lang": "en"
}
Encrypted Request Body
{
"cipherText": "G0ZMDELeJwx+7JcIfIFOLJjkSzANPu6krGM2uw==..."
}
| Field | Type | Required | Description |
|---|---|---|---|
username | string | Yes | Player Account |
betId | string | Yes | Transaction id |
gameCode | string | Yes | Game Code |
txTime | string | No | Settlement time for this bet (this parameter is only provided when giving a URL) |
lang | string | No | This data shows the language, currently only supports en |
Response
Success Response
{
"code": 0,
"message": "No error.",
"data": {
"detailJsonInfo": {
"betTime": "2026-01-21T07:20:15.138Z",
"txTime": "2026-01-21T07:20:15.138Z",
"currency": "THB",
"gameCode": "VP_230001_1",
"username": "VPSysDevTest001",
"roundId": "7689800153511300000",
"actualBetAmt": "0.500000",
"validBetAmt": "0.500000",
"winAmt": "23.140000",
"betSourceId": 1
},
"detailUrl": "https://staggp.zzzstkk.com/9c10e49?g=230001&p=fvNlembZYQvUe7D2ak05ZUUdYXO4D1_lVrW9ZcJXVMd6IYvTdoOizsRU9sIpEzuhie8zJa2K61_XWul2wV6TPZeoPu26fJqbp2ekejFvxWookNwpPGtQKzjiTJeEoFwY4tG1xu1dQ1v6RohlADNcPPSzZtBOaWjQegyiXX31YqRtoTaZR1vtvf0rXVO1RiDEt9LFIkyZbnMoydUA2n-wzvukMuHDnz3BXmKZXTpxfKHycecv-ME4IEvPBQGRakHf3P8KY0Z1LTohB1inXT81aLfhyWOxOh3Lo_GYh5CbCTC-_uEUYXeCeWQsU87orzAFjl-_JVDF9NAQXnGGRT607wOSA2CkfgUeNcAz1ZKZUyQxe9vAtV1HWgFTx3DSyjKaKv9FZEDCwMSUiwqlJ-ho6-3V&p2=geludy8wmOH_z1cYo7hqTJXbjCRuUCLrf6xZLC_9cmbKIAnNco7yvsc597O4FaJvTtI7TiI&t=1770081170978",
"detailInfo": null
},
"logUUID": "dde00beb-8a8e-4a7d-a23b-9b68121bb782"
}
| Field | Type | Description |
|---|---|---|
data.detailJsonInfo | object | Bet Details |
data.detailJsonInfo.betTime | string | Bet Time |
data.detailJsonInfo.txTime | string | Settle Time |
data.detailJsonInfo.currency | string | Currency |
data.detailJsonInfo.gameCode | string | Game Code |
data.detailJsonInfo.username | string | Player Account |
data.detailJsonInfo.roundId | string | Game Round ID |
data.detailJsonInfo.actualBetAmt | string | Actual bet amount |
data.detailJsonInfo.validBetAmt | string | Valid bet amount |
data.detailJsonInfo.winAmt | string | Payout of this bet |
data.detailJsonInfo.betSourceId | number | betSourceId |
data.detailUrl | string | Game Details URL |
data.detailInfo | null | Reserved Field |
logUUID | string | Request tracking ID for troubleshooting and log queries |
Error Response
When the request fails, the corresponding error code will be returned.
Error Codes
| Code | Description | Handling Suggestion |
|---|---|---|
| 8 | The User is not exist | Member does not exist. Please create the member first. |
| 11 | Parameters error | Ensure that all request parameters are complete and correctly formatted |
| 14 | The BetId is not exist | BetId do not exist. Please verify that the betId and txTime are correct. |
| 81 | Branch config not found | Branch configuration not found. Please contact technical support. |
Error Response Example
{
"code": 14,
"message": "The BetId is not exist",
"logUUID": "24cdc3b9-9fe8-44de-8391-a96863e46954"
}
Important Notes
- Screenshot Availability: Only screenshots from the past 30 days are retained
- Query Restriction: You can only query Bet Logs & Repo