Skip to content

Triton One

Triton One provides metered Solana HTTP JSON-RPC — billed per request plus response bandwidth.

Endpoint URL format

Triton assigns a pool URL when you sign up:

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

Metered — billed per request plus response bandwidth. Costs scale with usage; check triton.one for current rates.

Tips

  • Watch bandwidth costs on history calls (getBlock, getTransaction) — large response payloads are the main cost driver.
  • Works well as a third provider alongside Helius and QuickNode for redundancy.