Chuyển đến nội dung chính
POST
/
request-token
Yêu cầu token xác thực với chữ ký
curl --request POST \
  --url https://launch-auth-v1.raydium.io/request-token \
  --header 'Content-Type: application/json' \
  --data '
{
  "time": 1704067200,
  "signature": "3veiKZ6IHo7jrz9XdwLd8KvvP2pinCtjJXWe6MGNDUjT...",
  "wallet": "4k3Dyjzvzp8eMZWUXbBCjEvwSvsrFjJqkDsyU5F5oV4"
}
'
{
  "id": "<string>",
  "success": true,
  "data": {
    "token": "<string>"
  }
}

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.

Nội dung

application/json
time
integer
bắt buộc

Dấu thời gian Unix hiện tại tính bằng giây khi thông điệp được ký

Ví dụ:

1704067200

signature
string
bắt buộc

Chữ ký ed25519 của thông điệp (mã hóa base58)

Ví dụ:

"3veiKZ6IHo7jrz9XdwLd8KvvP2pinCtjJXWe6MGNDUjT..."

wallet
string
bắt buộc

Khóa công khai ví Solana

Ví dụ:

"4k3Dyjzvzp8eMZWUXbBCjEvwSvsrFjJqkDsyU5F5oV4"

Phản hồi

Token được cấp thành công

id
string
success
boolean
Ví dụ:

true

data
object