Introduction

HighTower provides Solana blockchain infrastructure — RPC endpoints, WebSocket feeds, and Yellowstone gRPC streaming. The service is built for developers and traders who need low latency and don't want to run their own nodes.

What's Available

  • HTTP JSON-RPC — standard Solana RPC for reading state and submitting transactions
  • WebSocket — real-time slot/account/log subscriptions
  • Yellowstone gRPC — Geyser-based data streaming (accounts, transactions, blocks)

All endpoints are hosted in Frankfurt (FRA) by default. Other regions can be arranged for dedicated deployments.

Access Model

There's no dashboard or self-serve signup. Access is provisioned manually:

  1. Fill out the request form on our website — pick a plan and leave your contact (Telegram or Discord)
  2. We reach out within 8 hours, ask for your IP address(es), and add them to the allowlist
  3. We provision your endpoints and send you the connection URLs

No API keys, no tokens. Authentication is IP-based.

To get started, see Access & Authentication.