Stats API Documentation
The Stats API provides endpoints for retrieving user statistics, game history, payment history, and fairness data.
Endpoints
1. GET /stats/profile
/stats/profile{
"wagerAmount": 5000.0,
"earningAmount": 4800.0,
"depositAmount": 1000.0,
"withdrawAmount": 800.0
}2. GET /stats/games
/stats/gamesParameter
Type
Description
3. GET /stats/payments
/stats/paymentsParameter
Type
Description
4. GET /stats/fairness
/stats/fairnessParameter
Type
Description
Last updated