Passer au contenu principal
GET
/
check-token
Valider le jeton d'authentification
curl --request GET \
  --url https://launch-auth-v1.raydium.io/check-token
{
  "success": true,
  "data": "OK"
}

Documentation Index

Fetch the complete documentation index at: https://docs.raydium.io/llms.txt

Use this file to discover all available pages before exploring further.

Paramètres de requête

token
string
requis
wallet
string
requis

Réponse

Le jeton est valide

success
boolean
Exemple:

true

data
string
Exemple:

"OK"