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
這個頁面有幫助嗎?