Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions billing/plans.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,10 @@ description: "Complete guide to Helius plans and pricing. Determine which plan i
</tr>
<tr>
<td><strong>Enhanced WebSockets</strong></td>
<td></td>
<td>Included</td>
<td>Included</td>
<td>Included</td>
<td>Shared (Amsterdam)</td>
<td>Multi-region</td>
<td>Multi-region</td>
<td>Multi-region</td>
</tr>
<tr>
<td><strong>LaserStream (gRPC) </strong></td>
Expand Down
4 changes: 4 additions & 0 deletions enhanced-websockets.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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=<API_KEY>`
**Devnet:** `wss://devnet.helius-rpc.com/?api-key=<API_KEY>`

<Note>
**Free plan** connections are routed to a shared server in Amsterdam. **Paid plan** connections are automatically routed to the closest available region.
</Note>

### Gatekeeper (Beta)

To test our fastest WSS offering, try the new Gatekeeper (Beta) endpoint:
Expand Down
29 changes: 29 additions & 0 deletions laserstream/websocket.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
</Tip>

---

### 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 |

<Note>
Your WebSocket endpoint is available in the [Helius Dashboard](https://dashboard.helius.dev).
</Note>

<Note>
**Looking for Atlas WebSockets?**\
If you need information on Atlas Enhanced WebSockets, please see our [Disclaimer](#disclaimer-transition-from-atlas-enhanced-websockets).
Expand Down