---
title: "Get performance stats for a referral address"
method: GET
path: "/referral/stats"
tags: ["referral"]
---

# Get performance stats for a referral address

`GET /referral/stats`

Returns aggregate metrics for a referral address, including total invitees and active users.

## Query parameters

- `referral_address` string, required
- `from` integer

## Response `200`

OK

- InternalHandlersReferralStatsResponse
  - `active_invitees` integer
  - `total_invitees` integer
  - `total_referral_value` string

---

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