← Back to Documentation

All Solana RPC Methods

Complete list of RPC methods supported by FluxRPC

Overview

FluxRPC supports all standard Solana RPC methods with enhanced performance. Our infrastructure is optimized to deliver the fastest response times in the industry, making FluxRPC the fastest RPC service for Solana blockchain.

FluxRPC Performance Advantage

FluxRPC delivers responses up to 10x faster than other RPC providers, with average response times significantly lower across all methods. This superior performance is critical for applications that need to fetch blockchain data quickly and reliably.

HTTP Endpoint

https://api.fluxbeam.xyz

Request Format

All requests should be sent as HTTP POST with JSON-RPC 2.0 format:

{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "methodName",
  "params": [
    // method parameters
  ]
}

Authentication

All requests require an API key, which should be included in the X-API-Key header:

X-API-Key: your_api_key_here

Account Information Methods

Block Information Methods

Transaction Methods

System Information Methods

Performance Comparison

FluxRPC consistently outperforms other Solana RPC providers across all methods. Below is a comparison of average response times for some of the most commonly used methods:

Method FluxRPC (ms) Provider B (ms) Provider C (ms) Speed Advantage
getAccountInfo 45 120 150 2.7x faster
getBalance 30 85 110 2.8x faster
getBlock 65 280 320 4.3x faster
getProgramAccounts 120 850 920 7.1x faster
getSignaturesForAddress 55 190 240 3.5x faster
getTransaction 50 160 190 3.2x faster
sendTransaction 70 180 210 2.6x faster

* Performance data based on average response times measured from multiple global locations.