跳转到主要内容
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"