latestOpenAPI 3.1.02026-08-1051108155.9 KB

6e6f8dad92bf

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
}