JSON-RPC
sendBundle
Submit a Jito-compatible bundle via JSON-RPC 2.0. Bundles are forwarded to the Jito Block Engine for atomic execution.
Your bundle must include its own Jito tip transaction to a Jito tip wallet — the relay does not sponsor a tip. Requires a pro or enterprise RPC entitlement.
Bundle constraints:
- Must include a Jito tip transaction (to a Jito tip wallet)
- Max 5 transactions per bundle
- At least 1 transaction required
POST
Body
application/json
JSON-RPC version
Available options:
2.0 Example:
"2.0"
JSON-RPC method name
Available options:
sendBundle Example:
"sendBundle"
[transactions, options?]
transactions(array of strings) — Encoded signed transactions (max 5, must include a Jito tip)options(object, optional) —{ "encoding": "base58" | "base64" }(default: base64)
Example:
Request ID
Example:
1
