Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
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>" }
轉發完全簽署的 Solana 交易(base64 編碼),代表 呼叫者執行。UI 用此方法透過平台的 RPC 轉送建立/買入/賣出 交易,以提升優先費用並 處理重試。
Base64 編碼的完全簽署 VersionedTransaction。
呼叫者錢包(base58 格式)。必須與交易的手續費支付者相符。
選用的優先費用覆蓋值,單位為 micro-lamports。若 未提供,平台會套用預設政策。
Accepted
Base58 格式的交易簽章。
這個頁面有幫助嗎?