Skip to Content
5. Common API5.4 Report5.5.1 Report Win/Lose all player

Report Win/Lose all player

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

Request body

{ "start": "2024-01-12T00:00:00+07:00", "end": "2025-01-10T23:59:59+07:00" }
FieldTypeRequiredDescription
startStringStart date (ISO8601)
endStringEnd date (ISO8601)

Response body

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