GET /launch-token/check-auth/{issuer}/{currency}/{address}
GET

/v1/launch-token/check-auth/{issuer}/{currency}/{address}

Check if address is authorized

AuthNone — works without a key

Request

GEThttps://api.xrpl.to/v1/launch-token/check-auth/rMxCKbEDwqr76QuheSUMdEGf4B9xJ8m5De/524C555344000000000000000000000000000000/rJqiMb94hyz41SBTNr2AyPNW8AzELa8nE
Path parameterValueDescription
issuerThe issuer's r-address
currencyThe currency code, 3 characters or 40-character hex
addressAn XRPL account, its r-address
curl 'https://api.xrpl.to/v1/launch-token/check-auth/rMxCKbEDwqr76QuheSUMdEGf4B9xJ8m5De/524C555344000000000000000000000000000000/rJqiMb94hyz41SBTNr2AyPNW8AzELa8nE'

Response

200Example response1 ms · just now · 0.1 KB · 6 lines
https://api.xrpl.to/v1/launch-token/check-auth/rMxCKbEDwqr76QuheSUMdEGf4B9xJ8m5De/524C555344000000000000000000000000000000/rJqiMb94hyz41SBTNr2AyPNW8AzELa8nE
{
  "address": "rJqiMb94hyz41SBTNr2AyPNW8AzELa8nE",
  "authorized": false,
  "antiSnipeActive": false,
  "message": "No anti-snipe session found"
}

What it does

Check if address is authorized

OpenAPI