Appearance
Fantasy402 Manager Tools โ
Customer and account management tools for sportsbook operations.
Account Management โ
Active Accounts โ
Tool: getActiveAccounts
Retrieves list of currently active customer accounts with filtering options.
json
{
"limit": 50,
"status": "active",
"sortBy": "balance",
"sortOrder": "desc"
}Customer Administration โ
Tool: getCustomerAdminData
Comprehensive customer profile and administration data.
json
{
"customerId": "12345",
"includeHistory": true,
"includeBalances": true
}Agent Performance โ
Tool: getAgentPerformance
Detailed performance metrics for sportsbook agents.
json
{
"agentId": "AGENT001",
"period": "monthly",
"includeCommissions": true
}Data Management โ
Weekly Figures โ
Tool: getWeeklyFigures
Weekly operational and financial figures for the sportsbook.
json
{
"week": "2024-W01",
"includeBreakdown": true
}Timeline Data โ
Tool: getTimelineData
Historical timeline of customer activity and betting patterns.
json
{
"customerId": "12345",
"startDate": "2024-01-01",
"endDate": "2024-01-31"
}Analysis Data โ
Tool: getAnalysisData
Advanced analytical data for customer behavior and risk assessment.
json
{
"customerId": "12345",
"analysisType": "comprehensive",
"includePredictions": true
}