Skip to main content
POST
/
create
/
sendTransaction
Submit transaction
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.

Body

application/json
transaction
string
required

Base64-encoded fully-signed VersionedTransaction.

wallet
string
required

Caller wallet (base58). Must match the transaction's fee payer.

priorityFee
integer

Optional priority-fee override in micro-lamports. If omitted the platform applies its default policy.

Response

200 - application/json

Accepted

signature
string

Base58 transaction signature.