---
title: "Returns a list of points periods for a given address and season"
method: GET
path: "/v1/points"
tags: ["Points"]
---

# Returns a list of points periods for a given address and season

`GET /v1/points`

## Query parameters

- `address` string, hex, required
- `season` integer, required
- `epoch` integer, required

## Response `200`

- ListOfPointsPeriodDtos
  - `data` PointsPeriodDto[], required — Array of points period objects
    - `address` string, hex, required — Address of the account (non-checksummed)
    - `createdAt` integer, required — Points period creation timestamp (ms since Unix Epoch)
    - `endedAt` integer, required — End of points period (ms since Unix Epoch)
    - `epoch` integer, required — Epoch number within the season
    - `id` string, uuid, required — Id representing the points period entry
    - `name` string — Optional name for the points period
    - `points` string, decimal, required — Points earned in this period (excluding referral points) expressed as a decimal (precision: 9)
    - `referralPoints` string, decimal, required — Referral points earned in this period expressed as a decimal (precision: 9)
    - `season` integer, required — Season number
    - `startedAt` integer, required — Beginning of points period (ms since Unix Epoch)
    - `updatedAt` integer, required — Points period last update timestamp (ms since Unix Epoch)

## Other responses

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

## Changes

- **2026-08-25** `63e8937ff6f7` — 1 info
  - added the non-success response with the status `413`

[Change history](https://skmtc.dev/ethereal/apis/ethereal-exchange-api/changes/v1/points/get.md)

---

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