Skip to content

Triton One

Triton One operates shared and dedicated Solana RPC pools with flat-rate subscription pricing — predictable costs regardless of request volume (within plan limits).

Endpoint URL format

Triton assigns a pool URL when you subscribe:

https://<your-pool>.rpcpool.com/<API_KEY>

Setup

  1. Sign up at triton.one.
  2. Get your pool URL from the Triton dashboard.
  3. Add to your config:
[[providers]]
name = "triton"
url  = "https://your-pool.rpcpool.com/${TRITON_API_KEY}"
export TRITON_API_KEY=your_api_key_here
rpc-plane run

Pricing model

Triton uses flat-rate subscription plans. You get predictable monthly costs regardless of how many requests you make (up to plan limits).

Check triton.one for current plan tiers and limits.

Tips

  • Flat-rate pricing makes Triton easy to budget — no per-request credit surprises.
  • Works well as the third provider in a Helius + QuickNode + Triton setup: adds redundancy at predictable cost.
  • For latency-sensitive workloads, Triton's dedicated pools offer lower and more consistent latency than shared pools.