VexSolver

Account Stats

Aggregate solve statistics for your account.

GET/api/stats

Returns lifetime aggregates: total solves, successful solves, success rate, and average elapsed time.

Example Response

{
  "success": true,
  "total_solves": 12345,
  "successful": 12310,
  "success_rate": 0.9972,
  "avg_elapsed_ms": 61
}

Fields

FieldTypeDescription
total_solvesintAll solve attempts (successful + failed)
successfulintVerified successful solves (only these are charged)
success_ratefloatsuccessful / total, between 0.0 and 1.0
avg_elapsed_msintAverage wall-clock time per solve