Jito Labs · Capability

Shredstream

Shredstream 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

shredstream.yaml Raw ↑
name: shredstream
description: >-
  Subscribe to Jito ShredStream — a gRPC stream of Solana shreds reconstructed
  to Entry messages — for sub-slot insight into network state. Used by HFT
  bots, telegram bots, dApps, and validators that need the lowest possible
  latency on Solana block data.
provider: jito
api: shredstream
protocol: grpc
operations:
  - id: subscribeEntries
    service: ShredstreamProxy
    method: SubscribeEntries
    description: Server-streaming RPC delivering reconstructed Entry messages.
  - id: sendHeartbeat
    service: Shredstream
    method: SendHeartbeat
    description: Client heartbeat used to maintain region routing.