/v1/launch-token/check-auth/{issuer}/{currency}/{address}
Check if address is authorized
Request
https://api.xrpl.to/v1/launch-token/check-auth/rMxCKbEDwqr76QuheSUMdEGf4B9xJ8m5De/524C555344000000000000000000000000000000/rJqiMb94hyz41SBTNr2AyPNW8AzELa8nE| Path parameter | Value | Description |
|---|---|---|
| issuer | The issuer's r-address | |
| currency | The currency code, 3 characters or 40-character hex | |
| address | An XRPL account, its r-address |
curl 'https://api.xrpl.to/v1/launch-token/check-auth/rMxCKbEDwqr76QuheSUMdEGf4B9xJ8m5De/524C555344000000000000000000000000000000/rJqiMb94hyz41SBTNr2AyPNW8AzELa8nE'
Response
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