WEBSOCKETS
WebSockets
Real-time account subscriptions, program log streaming, and slot updates. Persistent connections with automatic reconnect.
Unlimited
Connections
Push
Model
Automatic
Reconnect
What you get
✓Account, program, and slot subscriptions
✓Persistent connections with auto-reconnect
✓Unlimited concurrent subscriptions
✓Push model - no polling required
javascript
const ws = new WebSocket("wss://rpc.openinfra.sh");
ws.send(JSON.stringify({
jsonrpc: "2.0", id: 1,
method: "slotSubscribe",
}));Get Started
WebSockets - included free.
Buy a server and this service is part of the package. No subscription, no metering, no separate invoice.