GET /api/v2/xp/user/{userkey} HTTP/1.1 Host: api.ethos.network Accept: */*
Successful response
1
GET /api/v2/xp/user/{userkey}/season/{seasonId} HTTP/1.1 Host: api.ethos.network Accept: */*
GET /api/v2/xp/user/{userkey}/season/{seasonId}/weekly HTTP/1.1 Host: api.ethos.network Accept: */*
[ { "week": 1, "weeklyXp": 1, "cumulativeXp": 1 } ]
GET /api/v2/xp/seasons HTTP/1.1 Host: api.ethos.network Accept: */*
{ "seasons": [ { "id": 1, "name": "text", "startDate": "text" } ], "currentSeason": { "id": 1, "name": "text", "startDate": "text", "week": 1 } }
GET /api/v2/xp/season/{seasonId}/weeks HTTP/1.1 Host: api.ethos.network Accept: */*
[ { "week": 1, "startDate": "text", "endDate": "text" } ]