Get the total points for the season
Request Code Samples
curl --location --request GET 'https://api-sepolia.predict.fun/season/totals'
Responses
{
"success": true,
"data": {
"tickPoints": 0,
"dailyPoints": 0,
"epochPoints": 0
}
}
Modified at 2024-12-11 12:14:21