{ "opencollection": "1.0.0", "info": { "name": "Jito Block Engine JSON-RPC Bundles Tips API", "version": "1.0" }, "items": [ { "info": { "name": "Tips", "type": "folder" }, "items": [ { "info": { "name": "Get Bundle Tip Floor Statistics", "type": "http" }, "http": { "method": "GET", "url": "https://mainnet.block-engine.jito.wtf/api/v1/bundles/tip_floor" }, "docs": "Returns the most recent landed-tips distribution across active searchers, including 25th/50th/75th/95th/99th percentile tip values in SOL. Useful for sizing the tip on `sendBundle` so a bundle has a statistically reasonable chance of inclusion." } ] } ], "bundled": true }