---
title: "Get account referral details"
method: GET
path: "/referrals/summary"
tags: ["Referrals"]
---

# Get account referral details

`GET /referrals/summary`

Get latest referee data for requester's account

## Response `200`

OK

- object
  - `results` object[] — Array of results
    - `address` string — referee address
    - `created_at` integer — Joined at timestamp in milliseconds
    - `referral_code` string — Referral code used to onboard the referee
    - `referral_rewards` string — Total referral commission earned from the fee of referee
    - `volume_traded` string — Total volume traded by referee

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

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