Chuyển đến nội dung chính
POST
/
create
/
sendTransaction
Gửi giao dịch
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.

Nội dung

application/json
transaction
string
bắt buộc

VersionedTransaction đã ký đầy đủ, mã hóa base64.

wallet
string
bắt buộc

Ví người gọi (base58). Phải khớp với người trả phí của giao dịch.

priorityFee
integer

Ghi đè phí ưu tiên tùy chọn tính bằng micro-lamports. Nếu bỏ qua, nền tảng áp dụng chính sách mặc định của nó.

Phản hồi

200 - application/json

Accepted

signature
string

Chữ ký giao dịch base58.