메인 콘텐츠로 건너뛰기
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"