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

# Returns a list of points season summaries for a given address

`GET /v1/points/summary`

## Query parameters

- `address` string, hex, required

## Response `200`

- ListOfPointsSeasonSummariesDtos
  - `data` PointsSeasonSummaryDto[], required — Array of points season summary objects
    - `address` string, hex, required — Address of the account (non-checksummed)
    - `createdAt` integer, required — Points season summary creation timestamp (ms since Unix Epoch)
    - `id` string, uuid, required — Id representing the summary of points in this season
    - `previousRank` integer, required — Rank before most recent distribution
    - `previousReferralPoints` string, decimal, required — Referral points earned in this season before most recent distribution expressed as a decimal (precision: 9)
    - `previousTotalPoints` string, decimal, required — Total points earned (excluding referral points) before most recent distribution expressed as a decimal (precision: 9)
    - `rank` integer, required — Current rank in this season
    - `referralPoints` string, decimal, required — Referral points earned in this season expressed as a decimal (precision: 9)
    - `season` integer, required — Season number
    - `tier` 0 | 1 | 2 | 3 | 4 | 5, required — Account tier derived based on activity this season
    - `totalPoints` string, decimal, required — Total points earned (excluding referral points) in this season expressed as a decimal (precision: 9)
    - `updatedAt` integer, required — Points season summary 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)
