الانتقال إلى المحتوى الرئيسي
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
مطلوب

VersionedTransaction موقّع بالكامل مشفر بـ base64.

wallet
string
مطلوب

محفظة المتصل (base58). يجب أن تطابق مدفوع الرسوم في المعاملة.

priorityFee
integer

تجاوز رسوم الأولوية اختياري بوحدات micro-lamports. إذا تم حذفه، ستطبق المنصة سياستها الافتراضية.

الاستجابة

200 - application/json

Accepted

signature
string

توقيع المعاملة بصيغة base58.