Skip to content
Alchemy Logo

getInflightBundleStatuses

POST
https://solana-mainnet.g.alchemy.com/v2/{apiKey}
CUs40

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_landed table.
  • Invalid: Means the bundle is no longer in the system.

See Jito's getInflightBundleStatuses docs for background.

Path Parameters

stringrequireddefaults to YOUR_API_KEY

Jito 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?