Endpoints

Available Connections

In the Endpoints section, you can view and manage all connection URLs associated with your current project or Squad.

Each project includes:

  • RPC URL – The standard JSON-RPC endpoint for querying the Solana blockchain
  • WebSocket URL – Real-time connection for event-based data (e.g. slot updates, logs, etc.)
  • Geyser Enhanced WebSocket – A high-performance stream built on Solana’s Geyser plugin for improved indexing and state tracking

These URLs are unique to your environment and API key, and should be kept private to avoid abuse or throttling by third parties.


Whitelist / Blacklist Tools

Each endpoint can be protected with IP and domain filters. This helps prevent unauthorized use of your API keys and adds a layer of security to your infrastructure.

You can access these tools directly from the Endpoints section. For each key or URL, you’ll be able to:

  • Add domains or IP addresses to an allow list
  • Block unwanted sources via blacklist entries
  • Apply custom rules per project or per key

Rules take effect immediately and can be updated as your needs change.


What’s Next