Jito Labs · Schema

Jito Bundle Tip Floor

Snapshot of landed-tips distribution across recent bundles, used by searchers to size the SOL tip on sendBundle.

SolanaMEVBlock EngineBundlesLiquid StakingJitoSOLRestakingJTODAOValidatorSearcherShredStreamCryptoDeFi

Properties

Name Type Description
time string
landed_tips_25th_percentile number
landed_tips_50th_percentile number
landed_tips_75th_percentile number
landed_tips_95th_percentile number
landed_tips_99th_percentile number
ema_landed_tips_50th_percentile number
View JSON Schema on GitHub

JSON Schema

jito-tip-floor-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/jito/main/json-schema/jito-tip-floor-schema.json",
  "title": "Jito Bundle Tip Floor",
  "description": "Snapshot of landed-tips distribution across recent bundles, used by searchers to size the SOL tip on sendBundle.",
  "type": "object",
  "properties": {
    "time": {"type": "string", "format": "date-time"},
    "landed_tips_25th_percentile": {"type": "number"},
    "landed_tips_50th_percentile": {"type": "number"},
    "landed_tips_75th_percentile": {"type": "number"},
    "landed_tips_95th_percentile": {"type": "number"},
    "landed_tips_99th_percentile": {"type": "number"},
    "ema_landed_tips_50th_percentile": {"type": "number"}
  }
}