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 Marketplace add-ons into your applications. For more information on how to use Quicknode Marketplace 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
1curl --location 'https://docs-demo.solana-mainnet.quiknode.pro/' \2--header 'Content-Type: application/json' \3--data '4{5"jsonrpc": "2.0",6"id": 1,7"method": "getBundleStatuses",8"params": [9[10"892b79ed49138bfb3aa5441f0df6e06ef34f9ee8f3976c15b323605bae0cf51d"11]12]13}14'
1curl --location 'https://docs-demo.solana-mainnet.quiknode.pro/' \2--header 'Content-Type: application/json' \3--data '4{5"jsonrpc": "2.0",6"id": 1,7"method": "getBundleStatuses",8"params": [9[10"892b79ed49138bfb3aa5441f0df6e06ef34f9ee8f3976c15b323605bae0cf51d"11]12]13}14'
Response
1{2"jsonrpc": "2.0",3"result": {4"context": {5"slot": 3355018536},7"value": []8},9"id": 110}
1{2"jsonrpc": "2.0",3"result": {4"context": {5"slot": 3355018536},7"value": []8},9"id": 110}
Don't have an account yet?
Create your Quicknode endpoint in seconds and start building
Get started for free