Skip to content

Commit 996d0fe

Browse files
authored
Merge pull request #535 from helius-labs/update-laserstream-streaming-pricing-march-2026
docs: update streaming pricing, plan access, and connection limits
2 parents 3aa592f + 7e8ec8c commit 996d0fe

File tree

21 files changed

+91
-74
lines changed

21 files changed

+91
-74
lines changed

api-reference/endpoints.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ We encourage developers to migrate to the unified WSS endpoint, however the orig
6363

6464
### Key Features
6565

66-
- **Available for**: Business and professional plans only (not the same as Yellowstone Geyser, which requires a Dedicated Node)
66+
- **Available for**: Developer, Business, and Professional plans (not the same as Yellowstone Geyser, which requires a Dedicated Node)
6767
- **Subscription methods**: Supports `transactionSubscribe` and `accountSubscribe`
6868
- **Connection management**: WebSockets have a 10-minute inactivity timer; implement health checks and send pings every minute to keep connections alive
6969

api-reference/laserstream/grpc/llms.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
url: https://www.helius.dev/docs/api-reference/laserstream-grpc
3-
last_updated: 2026-02-03
3+
last_updated: 2026-03-31
44
---
55

66
# LaserStream API
@@ -49,12 +49,12 @@ await subscribe(config, subscriptionRequest, handleData, handleError);
4949
| Plan | Monthly Price | Networks | Max Pubkeys | Active Connections |
5050
|------|----------|-------------|--------------------|
5151
| Free | $0 | — | — | — |
52-
| Developer | $49 | Devnet | 10M | 100 |
53-
| Business | $499 | Devnet | 10M | 100 |
52+
| Developer | $49 | Devnet | 10M | |
53+
| Business | $499 | Devnet, Mainnet | 10M | 10 |
5454
| Professional | $999 | Devnet, Mainnet | 10M | 100 |
5555

5656
## Credits
57-
- 3 credits per 0.1 MB of streamed data
57+
- 2 credits per 0.1 MB of streamed data (uncompressed)
5858

5959
## Endpoints
6060

api-reference/rpc/websocket/llms.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
url: https://www.helius.dev/docs/api-reference/rpc/websocket-methods
3-
last_updated: 2026-02-13
3+
last_updated: 2026-03-31
44
---
55

66
# Standard WebSockets API
@@ -55,7 +55,7 @@ ws.on('message', (data) => {
5555
- Powered by the same infrastructure that powers LaserStream
5656
- Up to ~200 ms faster than RPC-based WebSockets
5757
- Full Solana WebSocket API compatibility
58-
- Up to 250 concurrent connections (plan dependent)
58+
- Up to 1,000 concurrent connections (plan dependent)
5959

6060
## Quick Reference
6161
- Mainnet: wss://mainnet.helius-rpc.com/?api-key=YOUR_API_KEY
@@ -64,7 +64,7 @@ ws.on('message', (data) => {
6464

6565
## Credits
6666

67-
WebSockets cost 0 credits.
67+
All WebSocket streaming is metered at 2 credits per 0.1 MB. Opening a connection costs 1 credit.
6868

6969
## Connections and Rate Limits
7070

@@ -73,7 +73,7 @@ WebSockets cost 0 credits.
7373
| Free | 5 | 10 req/s |
7474
| Developer | 150 | 50 req/s |
7575
| Business | 250 | 200 req/s |
76-
| Professional | 250 | 500 req/s |
76+
| Professional | 1,000 | 500 req/s |
7777

7878
## Methods
7979

api-reference/webhooks/llms.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
url: https://www.helius.dev/docs/api-reference/webhooks
3-
last_updated: 2026-03-11
3+
last_updated: 2026-03-31
44
---
55

66
# Webhooks API

billing/credits.mdx

Lines changed: 23 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -189,40 +189,52 @@ Unlike regular credits that assign credits per call, data streaming products lik
189189
</tr>
190190
</thead>
191191
<tbody>
192+
<tr>
193+
<td><strong>Standard WebSockets</strong></td>
194+
<td style={{textAlign: 'center'}}>2</td>
195+
<td>Per 0.1 MB of streamed data (uncompressed). All plans.</td>
196+
</tr>
192197
<tr>
193198
<td><strong>LaserStream gRPC</strong></td>
194-
<td style={{textAlign: 'center'}}>3</td>
199+
<td style={{textAlign: 'center'}}>2</td>
195200
<td>Per 0.1 MB of streamed data (uncompressed)</td>
196201
</tr>
197202
<tr>
198203
<td><strong>Enhanced WebSockets</strong></td>
199-
<td style={{textAlign: 'center'}}>3</td>
200-
<td>Per 0.1 MB of streamed data (uncompressed). For users who upgrade to Business or Professional plans after October 16, 2025</td>
204+
<td style={{textAlign: 'center'}}>2</td>
205+
<td>Per 0.1 MB of streamed data (uncompressed). All plans with Enhanced WSS access (Developer+).</td>
201206
</tr>
202207
<tr>
203208
<td><strong>Data Add-on (Pro Plan only)</strong></td>
204-
<td style={{textAlign: 'center'}}>3</td>
209+
<td style={{textAlign: 'center'}}>2</td>
205210
<td>Per 0.1 MB after included allowance (5-100TB). Applies to LaserStream and Enhanced WebSockets usage.</td>
206211
</tr>
207212
</tbody>
208213
</table>
209214

215+
### Standard WebSockets
216+
All WebSocket streaming at Helius is now [powered by LaserStream infrastructure](https://www.helius.dev/blog/laserstream-websockets). Standard WSS traffic is metered at **2 credits per 0.1 MB** across all plans.
217+
218+
<Warning>
219+
**WSS Metering Grace Period**: WSS metering activates for all projects on **April 12, 2026**. A 30-day grace period is in effect from the announcement date (March 12, 2026). Previously unmetered WSS traffic will be billed at the unified rate of 2 credits per 0.1 MB after the grace period ends.
220+
</Warning>
221+
210222
### Enhanced WebSockets
211-
[Enhanced WebSockets](/enhanced-websockets) are available on Business and Professional plans.
223+
[Enhanced WebSockets](/enhanced-websockets) are available on Developer, Business, and Professional plans.
212224

213-
Users who upgrade after October 16, 2025 pay 3 credits per 0.1 MB. Users on these plans before this date remain unmetered.
225+
All Enhanced WSS usage is metered at **2 credits per 0.1 MB**.
214226

215227
### LaserStream
216-
[LaserStream](/laserstream) is available on Professional plans only for accessing Solana Mainnet-beta.
228+
[LaserStream](/laserstream) Mainnet is available on Business and Professional plans.
217229

218-
LaserStream access for Solana Devnet is available on Developer and Business plans.
230+
LaserStream Devnet is available on Developer, Business, and Professional plans.
219231

220-
All users pay 3 credits per 0.1 MB usage.
232+
All users pay **2 credits per 0.1 MB** usage.
221233

222234
### Data Add-ons
223-
If you're on a Professional plan, you may purchase [Data Add-ons](/billing/plans#data-add-ons) between 5TB-100TB per month to be used for both Enhanced WebSockets and LaserStream.
235+
If you're on a Professional plan, you may purchase [Data Add-ons](/billing/plans#data-add-ons) between 5TB-100TB per month to be used for both Enhanced WebSockets and LaserStream.
224236

225-
Overages will be billed at 3 credits per 0.1 MB.
237+
Overages will be billed at 2 credits per 0.1 MB.
226238

227239
### Data Size
228240
Billing for data streaming products is based on uncompressed message size.

billing/llms.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
url: https://www.helius.dev/docs/billing/plans
3-
last_updated: 2026-02-12
3+
last_updated: 2026-03-31
44
---
55

66
# Helius Billing, Plans & Pricing
@@ -26,8 +26,8 @@ Complete guide to Helius plans, pricing, credits, rate limits, autoscaling, and
2626
| **DAS API** | 2 req/s | 10 req/s | 50 req/s | 100 req/s |
2727
| **Enhanced APIs** | 2 req/s | 10 req/s | 50 req/s | 100 req/s |
2828
| **WebSockets** | Yes | Yes | Yes | Yes |
29-
| **Enhanced WebSockets** | No | No | Yes | Yes |
30-
| **LaserStream gRPC** | No | Devnet | Devnet | Devnet + Mainnet |
29+
| **Enhanced WebSockets** | No | Yes | Yes | Yes |
30+
| **LaserStream gRPC** | No | Devnet | Devnet + Mainnet | Devnet + Mainnet |
3131
| **Wallet API** | Yes | Yes | Yes | Yes |
3232
| **Support** | Community | Chat | Priority Chat | Slack/Telegram |
3333

@@ -37,8 +37,8 @@ Transform pay-per-use into predictable costs. Covers LaserStream gRPC and Enhanc
3737

3838
| Data | 5TB | 10TB | 25TB | 50TB | 100TB |
3939
|------|-----|------|------|------|-------|
40-
| **Price** | $500/mo | $900/mo | $2,000/mo | $2,500/mo | $4,500/mo |
41-
| **Overage** | 3 credits/0.1MB | 3 credits/0.1MB | 3 credits/0.1MB | 3 credits/0.1MB | 3 credits/0.1MB |
40+
| **Price** | $400/mo | $750/mo | $1,750/mo | $3,250/mo | $6,000/mo |
41+
| **Overage** | 2 credits/0.1MB | 2 credits/0.1MB | 2 credits/0.1MB | 2 credits/0.1MB | 2 credits/0.1MB |
4242

4343
Need more than 100TB? Contact sales: https://www.helius.dev/contact
4444

billing/plans.mdx

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -81,15 +81,15 @@ description: "Complete guide to Helius plans and pricing. Determine which plan i
8181
<tr>
8282
<td><strong>Enhanced WebSockets</strong></td>
8383
<td>—</td>
84-
<td></td>
84+
<td>Included</td>
8585
<td>Included</td>
8686
<td>Included</td>
8787
</tr>
8888
<tr>
8989
<td><strong>LaserStream (gRPC) </strong></td>
9090
<td>—</td>
9191
<td>Devnet</td>
92-
<td>Devnet</td>
92+
<td>Devnet + Mainnet</td>
9393
<td>Devnet + Mainnet</td>
9494
</tr>
9595
<tr>
@@ -137,10 +137,10 @@ Available for Professional plans only.
137137
<tbody>
138138
<tr>
139139
<td><strong>Monthly Pricing</strong></td>
140-
<td>\$500</td>
141-
<td>\$900</td>
142-
<td>\$2,000</td>
143-
<td>\$3,500</td>
140+
<td>\$400</td>
141+
<td>\$750</td>
142+
<td>\$1,750</td>
143+
<td>\$3,250</td>
144144
<td>\$6,000</td>
145145
</tr>
146146
<tr>
@@ -153,11 +153,11 @@ Available for Professional plans only.
153153
</tr>
154154
<tr>
155155
<td><strong>Overage Rate (Credits/0.1MB)</strong></td>
156-
<td>3</td>
157-
<td>3</td>
158-
<td>3</td>
159-
<td>3</td>
160-
<td>3</td>
156+
<td>2</td>
157+
<td>2</td>
158+
<td>2</td>
159+
<td>2</td>
160+
<td>2</td>
161161
</tr>
162162
</tbody>
163163
</table>

billing/rate-limits.mdx

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ Exceeding batch limits will result in an error response. For `getTransactionsFor
165165
<td>Networks</td>
166166
<td>—</td>
167167
<td>Devnet</td>
168-
<td>Devnet</td>
168+
<td>Devnet, Mainnet</td>
169169
<td>Devnet, Mainnet</td>
170170
</tr>
171171
<tr>
@@ -178,8 +178,8 @@ Exceeding batch limits will result in an error response. For `getTransactionsFor
178178
<tr>
179179
<td>Active Connections</td>
180180
<td>—</td>
181-
<td>100</td>
182-
<td>100</td>
181+
<td></td>
182+
<td>10</td>
183183
<td>100</td>
184184
</tr>
185185
</tbody>
@@ -228,12 +228,19 @@ This includes identity lookups, balances, history, transfers, and funding source
228228
<td>5</td>
229229
<td>150</td>
230230
<td>250</td>
231-
<td>250</td>
231+
<td>1,000</td>
232+
</tr>
233+
<tr>
234+
<td>Subscriptions per Connection</td>
235+
<td>1,000</td>
236+
<td>1,000</td>
237+
<td>1,000</td>
238+
<td>1,000</td>
232239
</tr>
233240
<tr>
234241
<td>WebSocket Types</td>
235242
<td>Standard</td>
236-
<td>Standard</td>
243+
<td>Standard, Enhanced</td>
237244
<td>Standard, Enhanced</td>
238245
<td>Standard, Enhanced</td>
239246
</tr>

data-streaming.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Raw shreds are ideal for latency-critical strategies where milliseconds determin
6262
Interested in trying Shred Delivery? [Request a free trial](https://www.helius.dev/shreds-contact).
6363
</Tip>
6464

65-
### LaserStream (Developer+ Devnet, Professional+ Mainnet)
65+
### LaserStream (Developer+ Devnet, Business+ Mainnet)
6666

6767
LaserStream provides ultra low-latency data streaming via gRPC, and includes advanced features such as historical replay, automatic reconnects, and multi-node reliability.
6868

@@ -92,7 +92,7 @@ To try Preprocessed Transactions (Beta), please contact our team via [Telegram](
9292
Want to try LaserStream? [Request a free trial](https://www.helius.dev/laserstream-contact).
9393
</Tip>
9494

95-
### Enhanced WebSockets (Business+)
95+
### Enhanced WebSockets (Developer+)
9696

9797
[Enhanced WSS](/enhanced-websockets) are performance-optimized WebSockets [powered by the same infrastructure](https://www.helius.dev/blog/introducing-next-generation-enhanced-websockets) that powers LaserStream. Enhanced WSS include advanced filtering, and account and transaction subscriptions.
9898

data-streaming/quickstart.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ Get streaming Solana data in minutes with working code examples. Choose your app
1010

1111
| Method | Best For | Plan Required | Latency |
1212
|--------|----------|---------------|---------|
13-
| **LaserStream gRPC** | Mission-critical, backend services | Developer+ (Devnet), Professional+ (Mainnet) | **Fastest** |
14-
| **Enhanced WSS** | Advanced filtering, high-performance apps | Business+ | **Fast** |
13+
| **LaserStream gRPC** | Mission-critical, backend services | Developer+ (Devnet), Business+ (Mainnet) | **Fastest** |
14+
| **Enhanced WSS** | Advanced filtering, high-performance apps | Developer+ | **Fast** |
1515
| **Standard WSS** | Most applications, existing Solana code | Free+ | **Good** |
1616
| **Webhooks** | Server notifications, event-driven apps | Free+ | **Variable** |
1717

0 commit comments

Comments
 (0)