---
title: "Get My Referral History"
method: GET
path: "/referral/my-referrals"
tags: ["referral"]
---

# Get My Referral History

`GET /referral/my-referrals`

Get the current user's referral history (users they referred).

Shows status of each referral and when credits were awarded.

## Query parameters

- `limit` integer — Maximum number of items
- `offset` integer — Pagination offset

## Response `200`

Successful Response

- ReferralHistoryResponse — Response with referral history.
  - `history` ReferralHistoryItem[], required
    - `id` string, required
    - `referred_user_name` string, required
    - `status` string, required
    - `display_status` string
    - `instant_reward` integer
    - `bonus_reward` integer
    - `instant_credited` boolean
    - `bonus_credited` boolean
    - `activity_verified` boolean
    - `referrer_reward` integer, required
    - `bonus_deadline` string, nullable
    - `hold_until` string, nullable
    - `credited_at` string, nullable
    - `bonus_credited_at` string, nullable
    - `created_at` string, required
  - `total` integer, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/meganova/apis/fastapi.md) · [All operations](https://skmtc.net/meganova/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/meganova/fastapi/revisions/2b2bab8b9017/schema)
