FluxRPC API Documentation

The fastest RPC infrastructure for Solana & Fogo blockchain. Comprehensive API reference for 52 RPC methods, 18 WebSocket subscriptions, and Yellowstone gRPC streaming.

Getting Started

  1. Create an account on the FluxRPC Dashboard
  2. Generate an API key from the API Keys page
  3. Use the API key in your requests to our endpoints

Endpoints

Solana RPC: https://eu.fluxrpc.com?key=<API-KEY>

Fogo RPC: https://eu.fogo.fluxrpc.com?key=<API-KEY>

WebSocket: wss://ws.eu.fluxrpc.com

Yellowstone gRPC: yellowstone.eu.fluxrpc.com

Documentation Sections

Performance

FluxRPC is the fastest RPC on Solana, delivering responses up to 10x faster than competing services. Our globally distributed infrastructure ensures minimal latency regardless of your users' locations.

Quick Start

curl -X POST "https://eu.fluxrpc.com?key=YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "jsonrpc": "2.0",
    "id": 1,
    "method": "getBalance",
    "params": ["YOUR_WALLET_ADDRESS"]
  }'