For the complete documentation index, see llms.txt. This page is also available as Markdown.

Overview

This page summarizes the services available on Solana and links to the relevant sections

bloXroute provides execution and data services for Solana, optimized for low-latency and predictable propagation using the Blockchain Distribution Network (BDN).

Available services

Execution services

bloXroute supports high-performance transaction submission on Solana through execution APIs designed for latency-sensitive trading workflows.

Execution capabilities include:

  • Solana Trader API Execution-focused APIs for submitting Solana transactions with optimized propagation paths and reduced latency, designed for professional traders and automated systems. → See: Trader API

Visit Best Performance for Landing Transactionsfor a practical guide for optimizing Solana transaction submission paths to maximize inclusion probability and minimize end-to-end latency.

Data services

bloXroute provides low-latency access to real-time Solana data for execution logic and decision-making.

Data capabilities include:

  • Optimized Feed Relay (OFR) Reduced-latency delivery of critical Solana data used in trading and execution pipelines. → See: Optimized Feed Relay (OFR)

  • Shred stream Real-time access to Solana block shreds as they propagate through bloXroute’s OFR. This is the earliest point at which block data becomes available, making it essential for low-latency trading, order flow analysis, and block reconstruction. → See: Shred Stream

Last updated