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
このページは役に立ちましたか?