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

referralPointsstring decimal required

Total referral points distributed (precision: 9)

totalPointsstring decimal required

Total points distributed (precision: 9)

updatedAtinteger

Last update timestamp of the aggregated points periods (ms since Unix Epoch)

Example response

{
  "referralPoints": "123456.78",
  "totalPoints": "1234567.89",
  "updatedAt": 1712019600000
}

Changes

Changed in 1 of the 2 revisions of this API.1