Skip to main content
Returns the status of submitted bundles. If a bundle has not landed or is not found, it returns null.

Endpoint

Request

string
required
"2.0"
number
required
Request identifier.
string
required
"getBundleStatuses"
array[string]
required
Array of up to 5 bundle IDs to check.

Request Example

Response

number
The slot at which the request was processed.
array
Array of bundle status objects. null for bundles not found.
string
The bundle ID.
array[string]
Base-58 encoded transaction signatures in the bundle.
number
Slot the bundle was processed in.
string
"processed", "confirmed", or "finalized".
object
Error information, if any.

See Also