Points
Returns total exchange-wide points distributed
get/v1/points/total
Query parameters
seasoninteger
Example:1
Season number
epochinteger
Example:1
Epoch number within season
Response
Example response
{
"referralPoints": "123456.78",
"totalPoints": "1234567.89",
"updatedAt": 1712019600000
}Changes
Changed in 1 of the 2 revisions of this API.1
- ○
added the non-success response with the status
response-non-success-status-added
- ○