GET /referral/resolve/{code}
GET

/v1/referral/resolve/{code}

Resolve a referral code to validity/owner

AuthNone — works without a key

Request

GEThttps://api.xrpl.to/v1/referral/resolve/allthezenis
Path parameterValueDescription
codeA referral code
curl 'https://api.xrpl.to/v1/referral/resolve/allthezenis'

Response

200Example response19 ms · just now · 0.1 KB · 8 lines
https://api.xrpl.to/v1/referral/resolve/allthezenis
{
  "success": true,
  "valid": true,
  "code": "allthezenis",
  "referrer": "rPsio2HNepLMEQFfY4uHC86wmZwud9q8Ut",
  "tier": "Recruit",
  "recruits": 3
}

What it does

Resolve a referral code to validity/owner

OpenAPI