메인 콘텐츠로 건너뛰기
POST
/
request-token-ledger
Ledger 트랜잭션을 사용하여 토큰 요청
curl --request POST \
  --url https://launch-auth-v1.raydium.io/request-token-ledger \
  --header 'Content-Type: application/json' \
  --data '
{
  "time": 1704067200,
  "transaction": "<string>",
  "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.

본문

application/json
time
integer
필수

Unix 타임스탐프(초 단위)

예시:

1704067200

transaction
string
필수

서명된 메시지를 포함하는 Solana 트랜잭션(base64 인코딩)

wallet
string
필수

Solana 지갑 공개 키

예시:

"4k3Dyjzvzp8eMZWUXbBCjEvwSvsrFjJqkDsyU5F5oV4"

응답

200 - application/json

토큰이 성공적으로 발급됨

id
string
success
boolean
예시:

true

data
object