cURL
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>" } }
Ledger 서명 트랜잭션을 위한 대체 토큰 요청입니다. 트랜잭션 내에서 {signText}{time} 형식으로 메시지에 서명합니다.
{signText}{time}
Documentation IndexFetch the complete documentation index at: https://docs.raydium.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.raydium.io/llms.txt
Use this file to discover all available pages before exploring further.
Unix 타임스탐프(초 단위)
1704067200
서명된 메시지를 포함하는 Solana 트랜잭션(base64 인코딩)
Solana 지갑 공개 키
"4k3Dyjzvzp8eMZWUXbBCjEvwSvsrFjJqkDsyU5F5oV4"
토큰이 성공적으로 발급됨
true
Show child attributes
이 페이지가 도움이 되었나요?