diff --git a/billing/plans.mdx b/billing/plans.mdx index c127d4b7..82bbb484 100644 --- a/billing/plans.mdx +++ b/billing/plans.mdx @@ -84,10 +84,10 @@ description: "Complete guide to Helius plans and pricing. Determine which plan i Enhanced WebSockets - — - Included - Included - Included + Shared (Amsterdam) + Multi-region + Multi-region + Multi-region LaserStream (gRPC) diff --git a/enhanced-websockets.mdx b/enhanced-websockets.mdx index 631da5d3..ead7defe 100644 --- a/enhanced-websockets.mdx +++ b/enhanced-websockets.mdx @@ -43,6 +43,10 @@ Enhanced WSS are now supported on the same [endpoints](https://www.helius.dev/do **Mainnet:** `wss://mainnet.helius-rpc.com/?api-key=` **Devnet:** `wss://devnet.helius-rpc.com/?api-key=` + +**Free plan** connections are routed to a shared server in Amsterdam. **Paid plan** connections are automatically routed to the closest available region. + + ### Gatekeeper (Beta) To test our fastest WSS offering, try the new Gatekeeper (Beta) endpoint: diff --git a/laserstream/websocket.mdx b/laserstream/websocket.mdx index 75890384..87fa62eb 100644 --- a/laserstream/websocket.mdx +++ b/laserstream/websocket.mdx @@ -19,6 +19,35 @@ LaserStream offers **Enhanced WebSockets** (distinct from standard Solana WebSoc WebSockets have a 10-minute inactivity timer. Use health checks or send pings every minute to keep the connection alive. +--- + +### Endpoints & Regions + +LaserStream WebSocket server availability depends on your plan: + +| Plan | Access | +|------|--------| +| **Free** | Shared server — Amsterdam, Europe (`ams`) | +| **Developer, Business, Professional** | Multi-region (see endpoint table below) | + +Free plan users connect to a **single shared WebSocket server** located in Amsterdam. All free tier connections route through this server. + +Paid plan users are automatically routed to the closest available region for optimal latency. Available regions: + +| Region | Location | +|--------|----------| +| **ewr** | Newark, NJ (near New York) | +| **pitt** | Pittsburgh, US (Central) | +| **slc** | Salt Lake City, US (West Coast) | +| **ams** | Amsterdam, Europe | +| **fra** | Frankfurt, Europe | +| **tyo** | Tokyo, Asia | +| **sgp** | Singapore, Asia | + + +Your WebSocket endpoint is available in the [Helius Dashboard](https://dashboard.helius.dev). + + **Looking for Atlas WebSockets?**\ If you need information on Atlas Enhanced WebSockets, please see our [Disclaimer](#disclaimer-transition-from-atlas-enhanced-websockets).