メインコンテンツへスキップ
POST
/
create
/
sendTransaction
トランザクションを送信
curl --request POST \
  --url https://launch-mint-v1.raydium.io/create/sendTransaction \
  --header 'Content-Type: application/json' \
  --data '
{
  "transaction": "<string>",
  "wallet": "<string>",
  "priorityFee": 123
}
'
{
  "signature": "<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
transaction
string
必須

Base64エンコードされた完全に署名されたVersionedTransaction。

wallet
string
必須

呼び出し元ウォレット(base58)。トランザクションの手数料支払者と一致する必要があります。

priorityFee
integer

マイクロランポート単位のオプションの優先度手数料オーバーライド。省略された場合、プラットフォームはデフォルトのポリシーを適用します。

レスポンス

200 - application/json

Accepted

signature
string

Base58トランザクション署名。