メインコンテンツへスキップ
GET
/
check-token
認証トークンを検証する
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.

クエリパラメータ

token
string
必須
wallet
string
必須

レスポンス

トークンは有効です

success
boolean
:

true

data
string
:

"OK"