Plans Overview
| Feature | Free | Pro | Ultra | Enterprise |
|---|---|---|---|---|
| Price | $0 | $49/month | $199/month | Contact Sales |
| Total Requests | 10/sec | 200/sec | 500/sec | Custom |
sendTransaction | 1/sec | 50/sec | 100/sec | Custom |
simulateTransaction | 2/sec | 50/sec | 100/sec | Custom |
getMultipleAccounts | 2/sec | 50/sec | 100/sec | Custom |
simulateBundle (Jito) | — | 50/sec | 100/sec | Custom |
| RPC WebSocket | — | Included | Included | Included |
| WebSocket Subscriptions | — | 50 | 100 | Custom |
blockSubscribe (WS) | — | — | Included | Included |
| Yellowstone gRPC | — | 25 MB limit | 100 MB limit | Custom |
| Concurrent Streams | — | 50 | 100 | Custom |
| Replay Slots | — | 3000 | 3000 | Custom |
| Support | Community | Priority | Priority | Dedicated |
| Dedicated Cluster | — | — | — | Included |
| SLA | — | — | — | 99.9% |
Yearly billing: Pay yearly and get 2 months free (Pro: 1,990/year).
Enterprise? Contact sales@nolimitnodes.com for volume discounts, dedicated clusters, custom integrations, and committed SLAs.
Handling Rate Limits
If you exceed your plan’s limits, the API returns an HTTP429 Too Many Requests response. Implement retry logic with exponential backoff:
Best Practices
- Batch requests — use methods like
getMultipleAccountsto reduce call volume. - Cache responses — cache frequently-queried data like epoch info or recent blockhashes.
- Use WebSocket subscriptions — subscribe to changes instead of polling with repeated RPC calls.
- Monitor your usage — track request volume in the Nolimitnodes Dashboard.
Need higher limits or a custom plan? Contact sales for enterprise pricing.
