---
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
- `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)
