본문으로 건너뛰기

sendTransaction RPC Method

로딩 중...

업데이트됨:
Aug 27, 2026

sendTransaction RPC Method

You can protect your transactions from toxic MEV threats like sandwich attacks and front-running by enabling MEV protection. To know more on how to enable it, check out our MEV Protection documentation. For an in-depth guide on MEV, see What is MEV (Maximum Extractable Value) and How to Protect Your Transactions on Solana.

사용법 sendTransaction when you want a single RPC call that:


  • broadcasts your signed transaction
  • optionally runs preflight simulation to catch common failures
  • optionally retries submission during congestion

The standard sendTransaction RPC method available through our Core API provides reliable transaction submission through Quicknode's globally distributed infrastructure. sendTransaction leverages our optimized node architecture to propagate your transaction to the Solana network efficiently.

Stake-Weighted Quality of Service (SWQoS) applies when transaction best practices are followed, as outlined in Quicknode’s Solana transaction guidelines.

Best for: General-purpose applications, development environments, and standard dApp operations where consistent, reliable performance is needed without specialized requirements.

매개변수

거래
문자열
로딩 중...
객체
객체
로딩 중...
skipPreflight
부울
로딩 중...
preflightCommitment
문자열
로딩 중...
encoding
문자열
로딩 중...
maxRetries
usize
로딩 중...
minContextSlot
정수
로딩 중...

반품

결과
로딩 중...
요청
답변
1
{
2
"jsonrpc": "2.0",
3
"result": "2id3YC2jK9G5Wo2phDx4gJVAew8DcY5NAojnVuao8rkxwPYPe8cSwE5GzhEgJA2y8fVjDEo6iR6ykBvDxrTQrtpb",
4
"id": 1
5
}
1
{
2
"jsonrpc": "2.0",
3
"result": "2id3YC2jK9G5Wo2phDx4gJVAew8DcY5NAojnVuao8rkxwPYPe8cSwE5GzhEgJA2y8fVjDEo6iR6ykBvDxrTQrtpb",
4
"id": 1
5
}
아직 계정이 없으신가요?
단 몇 초endpoint Quicknode endpoint 생성하고 개발을 시작하세요
무료로 시작하기