Skip to main content
GET
/
cabinet
/
admin
/
wheel
/
statistics
Get Statistics
curl --request GET \
  --url http://localhost:8080/cabinet/admin/wheel/statistics
{
  "total_spins": 123,
  "total_revenue_kopeks": 123,
  "total_payout_kopeks": 123,
  "actual_rtp_percent": 123,
  "configured_rtp_percent": 123,
  "spins_by_payment_type": {},
  "prizes_distribution": [
    {}
  ],
  "top_wins": [
    {}
  ],
  "period_from": "<string>",
  "period_to": "<string>"
}

Query Parameters

date_from
string<date-time> | null
date_to
string<date-time> | null

Response

Successful Response

Статистика колеса.

total_spins
integer
required
total_revenue_kopeks
integer
required
total_payout_kopeks
integer
required
actual_rtp_percent
number
required
configured_rtp_percent
integer
required
spins_by_payment_type
Spins By Payment Type · object
required
prizes_distribution
Prizes Distribution · object[]
required
top_wins
Top Wins · object[]
required
period_from
string | null
period_to
string | null