메인 콘텐츠로 건너뛰기
GET
/
del-token
인증 토큰 폐기
curl --request GET \
  --url https://launch-auth-v1.raydium.io/del-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
필수

응답

200 - application/json

토큰이 폐기됨

success
boolean
예시:

true

data
string
예시:

"OK"