name: tip-pricing description: >- Discover competitive bundle tip pricing in real time, using either the REST tip floor endpoint for a snapshot or the WebSocket tip stream for continuous percentile updates. provider: jito api: bundles-tip-floor operations: - id: getTipFloor method: GET path: /api/v1/bundles/tip_floor description: Pull the latest tip percentile snapshot from the public REST endpoint. - id: subscribeTipStream protocol: wss path: /api/v1/bundles/tip_stream description: Subscribe to continuous tip percentile updates over WebSocket.