---
title: "Check wallet invite status"
method: GET
path: "/v1/invite/check/{wallet}"
tags: ["Invite"]
---

# Check wallet invite status

`GET /v1/invite/check/{wallet}`

Checks whether a wallet address is whitelisted and returns associated information.

## Path parameters

- `wallet` string, required

## Response `200`

Whitelist status retrieved

- CheckWalletResponse
  - `invite_code_used` string, nullable
  - `whitelisted` boolean, required
  - `whitelisted_at` string, date-time, nullable

## Other responses

- `400` — Standard JSON error payload.
- `500` — Standard JSON error payload.
- `503` — Standard JSON error payload.

---

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