Jito Labs · JSON Structure

Jito Bundle Status Structure

Type: object Properties: 5
SolanaMEVBlock EngineBundlesLiquid StakingJitoSOLRestakingJTODAOValidatorSearcherShredStreamCryptoDeFi

Jito Bundle Status Structure is a JSON Structure definition published by Jito Labs, describing 5 properties. It conforms to the https://json-structure.org/structure meta-schema.

Properties

bundle_id transactions slot confirmationStatus err

Meta-schema: https://json-structure.org/structure

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/structure",
  "title": "Jito Bundle Status Structure",
  "type": "object",
  "properties": {
    "bundle_id": {"type": "string"},
    "transactions": {"type": "array", "items": {"type": "string"}},
    "slot": {"type": "integer"},
    "confirmationStatus": {"type": "string", "enum": ["processed", "confirmed", "finalized"]},
    "err": {"type": ["object", "null"]}
  }
}