メインコンテンツへスキップ
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