---
title: "Get your current affiliate/referral status."
method: GET
path: "/user/affiliateStatus"
tags: ["User"]
---

# Get your current affiliate/referral status.

`GET /user/affiliateStatus`

## Query parameters

- `currency` string

## Response `200`

Request was successful

- Affiliate
  - `account` integer, required
  - `currency` string, required
  - `prevPayout` integer
  - `prevTurnover` integer
  - `prevComm` integer
  - `prevTimestamp` string, date-time
  - `execTurnover` integer
  - `execComm` integer
  - `totalReferrals` integer
  - `totalTurnover` integer
  - `totalComm` integer
  - `payoutPcnt` number, double
  - `pendingPayout` integer
  - `timestamp` string, date-time
  - `referrerAccount` number, double
  - `referralDiscount` number, double
  - `affiliatePayout` number, double

## Other responses

- `400` — Parameter Error
- `401` — Unauthorized
- `403` — Access Denied
- `404` — Not Found

## Changes

- **2023-11-29** `9aad85925d8d` — 1 info
  - added the new optional `query` request parameter `currency`
- **2019-12-18** `fd2de3a82a03` — 4 info
  - added the non-success response with the status `400`
  - added the non-success response with the status `401`
  - added the non-success response with the status `403`
  - added the non-success response with the status `404`
- **2018-05-30** `0c1c991454e3` — 1 warning, 4 info
  - deleted the `query` request parameter `currency`
  - removed the non-success response with the status `400`
  - removed the non-success response with the status `401`
  - removed the non-success response with the status `403`
  - …1 more

[Change history](https://skmtc.dev/bitmex/apis/bitmex-api/changes/user/affiliateStatus/get.md)

---

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