Quick Migration
Simply replace your existing endpoint:Framework-Specific Examples
- Solana Web3.js
- Anchor
- Solana-py
- Rust
- Environment Variable
WebSocket Endpoints
If you’re using WebSockets, update those endpoints too:Migration Checklist
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
Getting 401 Unauthorized errors
Getting 401 Unauthorized errors
Not seeing performance improvements
Not seeing performance improvements
- Test from your production environment (not local dev)
- Verify you’re not hitting rate limits (check for 429 errors)
- Contact support if issues persist
WebSocket connections failing
WebSocket connections failing
- Use
wss://(notws://) - Ensure your API key is in the URL
- Check firewall settings
Response formats look different
Response formats look different
Gatekeeper returns identical responses. Contact support immediately if you see differences.
Need Help?
- Email: [email protected]
- Discord: https://discord.com/invite/6GXdee3gBj
- Documentation: Gatekeeper Overview
Questions about migration?
Join our Discord to chat with the team and other developers