Skip to main content
Migrating to Gatekeeper takes less than 5 minutes. It’s a simple URL change—your API key works without any modifications.

Quick Migration

Simply replace your existing endpoint:
That’s it! Test your application, monitor performance, and deploy when ready.

Framework-Specific Examples

WebSocket Endpoints

If you’re using WebSockets, update those endpoints too:

Migration Checklist

1

Update endpoint URL

Change mainnet.helius-rpc.com to beta.helius-rpc.com
2

Test in development

Verify all RPC calls work and authentication succeeds
3

Monitor performance

Check your metrics for improved latency and response times
4

Deploy to production

Roll out changes using your standard deployment process

Gradual Rollout (Optional)

For a safer migration, you can use environment variables or feature flags:

Rollback

If needed, simply switch back to the standard endpoint:

Troubleshooting

Verify your API key is included: ?api-key=YOUR_API_KEY
  • Test from your production environment (not local dev)
  • Verify you’re not hitting rate limits (check for 429 errors)
  • Contact support if issues persist
  • Use wss:// (not ws://)
  • Ensure your API key is in the URL
  • Check firewall settings
Gatekeeper returns identical responses. Contact support immediately if you see differences.

Need Help?

Questions about migration?

Join our Discord to chat with the team and other developers