跳轉到主要內容
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

選用的優先費用覆蓋值,單位為 micro-lamports。若 未提供,平台會套用預設政策。

回應

200 - application/json

Accepted

signature
string

Base58 格式的交易簽章。