Skip to main content

getBundleStatuses RPC Method - JITO

Loading...

Updated on
Aug 09, 2026

getBundleStatuses RPC Method - JITO

Please note that this RPC method requires the Lil' JIT - JITO Bundles and transactions add-on enabled on your Quicknode endpoint.
Solana Kit includes the ability to customize RPC methods and transports, allowing you to seamlessly integrate Quicknode add-ons into your applications. For more information on how to use Quicknode add-ons with Solana Kit, check out these guides: How to Use Quicknode Add-ons using Solana Kit (Part 1) and How to Use Quicknode Add-ons using Solana Kit (Part 2)

Parameters

bundleIds
array
REQUIRED
Loading...
region
string
Loading...

Returns

context
object
Loading...
slot
integer
Loading...
value
array
Loading...
bundle_id
string
Loading...
transactions
array
Loading...
slot
integer
Loading...
confirmation_status
string
Loading...
err
object
Loading...
Request
Response
1
{
2
"jsonrpc": "2.0",
3
"result": {
4
"context": {
5
"slot": 335501853
6
},
7
"value": []
8
},
9
"id": 1
10
}
1
{
2
"jsonrpc": "2.0",
3
"result": {
4
"context": {
5
"slot": 335501853
6
},
7
"value": []
8
},
9
"id": 1
10
}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free