메인 콘텐츠로 건너뛰기
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
필수

Base64 인코딩된 완전 서명된 VersionedTransaction입니다.

wallet
string
필수

호출자 지갑(base58)입니다. 트랜잭션의 수수료 납부자와 일치해야 합니다.

priorityFee
integer

선택적 우선 수수료 오버라이드(마이크로 램포트 단위)입니다. 생략하면 플랫폼이 기본 정책을 적용합니다.

응답

200 - application/json

Accepted

signature
string

Base58 트랜잭션 서명입니다.