Skip to main content
GET
/
v1
/
invite
/
check
/
{wallet}
Check wallet invite status
curl --request GET \
  --url https://perp-api.phoenix.trade/v1/invite/check/{wallet} \
  --header 'Authorization: Bearer <token>'
{
  "whitelisted": true,
  "invite_code_used": "<string>",
  "whitelisted_at": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

Bearer access token issued by /v1/auth/* login endpoints.

Path Parameters

wallet
string
required

Solana wallet address to check

Response

Whitelist status retrieved

whitelisted
boolean
required
invite_code_used
string | null
whitelisted_at
string<date-time> | null