getInflightBundleStatuses
Available on paid Alchemy plans (pay-as-you-go or enterprise); not available on the free tier.
Returns the status of submitted bundles within the last five minutes, allowing up to five bundle IDs per request.
- Failed: Indicates that all regions have marked the bundle as failed, and it has not been forwarded.
- Pending: Indicates the bundle has not failed, landed, or been deemed invalid.
- Landed: Signifies the bundle has successfully landed on-chain, verified through RPC or the
bundles_landedtable. - Invalid: Means the bundle is no longer in the system.
See Jito's getInflightBundleStatuses docs for background.
Path Parameters
stringrequireddefaults to
YOUR_API_KEYJito bundle methods are available on paid Alchemy plans only. Create an API key on a paid plan (pay-as-you-go or enterprise) to call these endpoints.
Request
string[]required
An array of bundle IDs to confirm. Maximum of 5.
Responses
200
The in-flight status of each queried bundle.
Was this page helpful?