---
title: "Returns total exchange-wide points distributed"
method: GET
path: "/v1/points/total"
tags: ["Points"]
---

# Returns total exchange-wide points distributed

`GET /v1/points/total`

## Query parameters

- `season` integer
- `epoch` integer

## Response `200`

- TotalPointsDto
  - `referralPoints` string, decimal, required — Total referral points distributed (precision: 9)
  - `totalPoints` string, decimal, required — Total points distributed (precision: 9)
  - `updatedAt` integer — Last update timestamp of the aggregated points periods (ms since Unix Epoch)

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Unprocessable Entity
- `429` — Too Many Requests
- `500` — Internal Server Error

---

[API](https://skmtc.net/ethereal/apis/ethereal-exchange-api.md) · [All operations](https://skmtc.net/ethereal/apis/ethereal-exchange-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ethereal/ethereal-exchange-api/revisions/6e6f8dad92bf/schema)
