Authorization: Bearer ********************{
"current": 0,
"pageSize": 50,
"agentUsername": "",
"providerCode": null,
"datetime": [
"2025-12-15",
"2025-12-15"
],
"timestamp": "{{timestamp}}"
}curl --location --request POST '/v1/agent/report/getSeamlessShareholderReport' \
--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": null,
"datetime": [
"2025-12-15",
"2025-12-15"
],
"timestamp": "{{timestamp}}"
}'{
"status": true,
"message": "Retrieve successfully",
"data": [
{
"admin_id": 322,
"admin_username": "mm1onehubxtest",
"admin_name": "onehubxtest",
"admin_group_id": null,
"totalBet": 10.4,
"totalWin": 0.32,
"totalWinLoss": 10.08,
"totalAgentPay": 10.08,
"totalCompany": 0.71,
"totalProfit": 9.37,
"overallPercentage": 1,
"overallProfitSharing": 9.37
}
],
"totalCount": 1,
"display": {
"overview": {
"account": "mm1onehubxtest",
"totalBet": 10.4,
"totalWin": 0.32,
"totalWinLoss": 10.08,
"totalAgentPay": 10.08,
"totalCompany": 0.71,
"totalProfit": 9.37
}
}
}