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)。必须与交易的手续费支付者匹配。
可选的优先费用覆盖值(微兰波)。如果 省略,平台应用其默认策略。
Accepted
Base58 交易签名。
此页面对您有帮助吗?