Skip to Content
5. Common API5.4 Report5.5.3 Report Win/Lose by username

Report Win/Lose by username

NameValue
API URL{API_URL}/report/single/player/winlose
MethodPOST
HTTP Response status200

Request body

{ "username": "lnwbet888", "start": "2024-01-12T00:00:00+07:00", "end": "2025-01-10T23:59:59+07:00" }
FieldTypeRequiredDescription
usernameStringUsername must be minimun 3 character and not over than 20 character
startStringStart date (ISO8601)
endStringEnd date (ISO8601)

Response body

{ "code": 0, "message": "Success.", "timestamp": 1738047535075, "result": { "username": "lnwbet888", "player_name": "ryrst8", "bet": 100, "winlose": -50 } }
FieldTypeDescription
result.usernameStringPlayer username for display operator
result.player_nameStringAcual player username
result.betNumberBet amount
result.winloseNumberWin/Lose amount
Last updated on