---
title: "Get DRE Status tier and progress for the authenticated wallet"
method: GET
path: "/points/status"
tags: ["points"]
---

# Get DRE Status tier and progress for the authenticated wallet

`GET /points/status`

Returns the wallet’s DRE Status tier and progress toward the next tier, based on the cumulative number of distinct UTC days the wallet earned at least one point.

## Response `200`

DRE Status tier and progress

- PointsStatusResponseDto
  - `tier` 'dreamer' | 'builder' | 'architect' | 'legend', required — Current DRE Status tier of the authenticated wallet
  - `daysActive` number, required — Number of distinct UTC days on which the wallet earned at least one point. Cumulative and permanent.
  - `nextTier` 'dreamer' | 'builder' | 'architect' | 'legend', nullable, required — Next achievable tier, or null if the wallet is already legend
  - `daysToNextTier` object, nullable, required — Remaining active days until the next tier, or null if the wallet is already legend

## Other responses

- `401` — Unauthorized

---

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