---
title: "Get how many users have used the authenticated user’s referral code"
method: GET
path: "/points/referral-count"
tags: ["points"]
---

# Get how many users have used the authenticated user’s referral code

`GET /points/referral-count`

Returns the number of users who have used the authenticated wallet’s referral code (counts referrals that produced attribution/volume). Used on the /beta-required page.

## Response `200`

Referral usage count for the authenticated user

- ReferralCountResponseDto
  - `count` number, required — Number of users who have used the authenticated user’s referral code

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