Get season totals
GET
/season/totalsGet the total points for the season
Request
None
Request samples
Responses
OK(200)
HTTP Code: 200
Content Type : JSONapplication/json
Response 200
Data Schema
success
boolean
required
a boolean
data
object
required
tickPoints
number
required
a number
dailyPoints
number
required
a number
epochPoints
number
required
a number
Example
{
"success": true,
"data": {
"tickPoints": 0,
"dailyPoints": 0,
"epochPoints": 0
}
}
Last modified: 11 days ago