Authorization: Bearer ********************{
"current": 0,
"pageSize": 50,
"providerCode": "H5-EVOH5ONEHUBX",
"datetime": [
"2025-08-26",
"2025-08-26"
],
"timestamp": "{{timestamp}}"
}curl --location --request POST '/v1/agent/report/getProviderReport' \
--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,
"providerCode": "H5-EVOH5ONEHUBX",
"datetime": [
"2025-08-26",
"2025-08-26"
],
"timestamp": "{{timestamp}}"
}'{
"status": true,
"message": "Retrieve successfully",
"data": [
{
"company_rate": 0.948,
"provider_name": "JILI",
"provider_category": "SLOT",
"provider_sort_management": 5,
"provider_api_alias": "xxxxxx",
"provider_api_id": 1,
"totalBet": 1.5,
"totalWin": 0.2,
"totalWinLoss": 1.3,
"totalCompany": 1.2324,
"ptPercentage": 0.948,
"totalProvider": 0.0676000000000001,
"totalActiveReturnedPlayer": 0,
"totalRecyclePoolPlayer": 0,
"totalRemainingRecyclePoolPlayer": 0
}
],
"totalCount": 1,
"display": {
"totalWin": 0.2,
"totalBet": 1.5,
"totalWinLoss": 1.3,
"totalProvider": 0.07,
"totalCompany": 1.23
}
}