跳轉到主要內容
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"