Jito Labs · Capability

Tip Pricing

Tip Pricing is a Naftiko capability published by Jito Labs, one of 6 capabilities the APIs.io network indexes for this provider.

Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Run with Naftiko

Capability Spec

tip-pricing.yaml Raw ↑
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.