---
title: "List referral reward payouts for the current user"
method: GET
path: "/v1/users/me/referrals/payouts"
tags: ["user", "referrals"]
---

# List referral reward payouts for the current user

`GET /v1/users/me/referrals/payouts`

## Query parameters

- `limit` integer
- `cursor` string

## Response `200`

Successful response

- ListReferralPayoutsOutput
  - `total` integer
  - `nextCursor` string
  - `previousCursor` string
  - `hasMore` boolean, required
  - `payouts` ReferralPayout[], required
    - `id` string, required
    - `user_id` string, required
    - `amount_cents` integer, required
    - `total_earned_cents` integer, required
    - `destination_address` string, required
    - `referral_amount_cents` integer, required
    - `clan_amount_cents` integer, required
    - `cashback_amount_cents` integer, required
    - `rebate_amount_cents` integer, required
    - `creator_amount_cents` integer, required
    - `clan_id` string, nullable, required
    - `status` 'pending' | 'processing' | 'completed' | 'failed' | 'needs_review', required
    - `completed_at` string, nullable, required
    - `tx_hash` string, nullable, required
    - `approved_at` string, nullable, required
    - `approved_by` string, nullable, required
    - `created_at` string, required
    - `updated_at` string, required

## Other responses

- `401` — Authorization not provided

---

[API](https://skmtc.net/legend/apis/legend-api.md) · [All operations](https://skmtc.net/legend/apis/legend-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/legend/legend-api/versions/6ac390b7bb0b/schema)
