Authorization: Bearer ********************{
"current": 0,
"pageSize": 50,
"agentUsername": "",
"providerCode": "",
"datetime": [
"2025-12-15",
"2025-12-15"
],
"timestamp": "{{timestamp}}"
}curl --location --request POST '/v1/agent/report/getSeamlessWinLosePlayerReport' \
--header 'User-Agent: Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/114.0.0.0 Mobile Safari/537.36' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"current": 0,
"pageSize": 50,
"agentUsername": "",
"providerCode": "",
"datetime": [
"2025-12-15",
"2025-12-15"
],
"timestamp": "{{timestamp}}"
}'{
"status": true,
"message": "Retrieve successfully",
"data": [
{
"account_report_player_user_id": "raa0090",
"account_report_provider_id": 1,
"account_report_admin_id": 53,
"totalBet": 0.8,
"totalWin": 0,
"totalWinLoss": 0.8,
"provider_name": "JILI",
"player_username": "ww1raa0090",
"player_nickname": null,
"player_internal_platform": "API"
},
{
"account_report_player_user_id": "raa0090",
"account_report_provider_id": 2,
"account_report_admin_id": 53,
"totalBet": 1,
"totalWin": 0,
"totalWinLoss": 1,
"provider_name": "PRAGMATIC PLAY",
"player_username": "ww1raa0090",
"player_nickname": null,
"player_internal_platform": "API"
}
],
"totalCount": 2,
"display": {
"player": {
"totalPlayerBet": 1.8,
"totalPlayerWin": 0,
"totalPlayerWinLoss": 1.8,
"totalPlayerRevenue": 1.8,
"totalPlayerCompany": 0.11,
"totalPlayerProfit": 1.69
}
}
}