Rate Limits
sendBundle is rate limited to 5 requests per second per project. getBundleStatuses and simulateBundle use the general RPC rate limit.
Endpoint
Request
string
required
"2.0"number
required
Request identifier.
string
required
"sendBundle"array[string]
required
Array of up to 5 fully-signed transactions, base64 encoded.
string
"base64" (recommended) or "base58". Default: "base58".Query Parameters
boolean
default:"false"
When true, routes your bundle away from validators statistically linked to sandwich attacks. Opt-in per request. See MEV Protect.
Headers
string
Optional. Route to a specific Jito Block Engine region. Values:
ams, dub, fra, lon, nyc, slc, sgp, tyo, mainnet. If omitted, routes to the global endpoint (geo-routed to nearest).Request Example
Response
string
Bundle ID (SHA-256 hash of the transaction signatures). Use with
getBundleStatuses to track landing.See Also
- Jito Bundles via Helius — full guide with region routing, tip accounts, and requirements
- getBundleStatuses — check bundle landing status
- simulateBundle — test bundles before submitting