The fastest RPC infrastructure for Solana & Fogo blockchain. Comprehensive API reference for 52 RPC methods, 18 WebSocket subscriptions, and Yellowstone gRPC streaming.
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
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.
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"]
}'