SWQOS-only is the cost-optimized Helius Sender tier. It routes your transaction through a single fast SWQOS (stake-weighted quality of service) path with the lowest minimum tip of any Sender tier: 0.000005 SOL.Use this tier when you want low-latency sending at the lowest tip. For highly contested transactions where the fastest landing matters, use the Sender Max tier instead.
Lowest Tip
Minimum tip of just 0.000005 SOL — the cheapest way to use Sender
Single Fast Path
Routes exclusively through SWQOS infrastructure for low-latency delivery
No Credits
Available on all plans without consuming API credits
Single Pathway
Routes through one SWQOS path only — for multi-path routing and the fastest
landing, use the Sender Max tier
Add the swqos_only=true query parameter to any Sender endpoint URL. Use the global HTTPS endpoint for frontends, or the regional HTTP endpoint closest to your servers for backends.Frontend / browser (global HTTPS):
http://slc-sender.helius-rpc.com/fast?swqos_only=true # Salt Lake Cityhttp://ewr-sender.helius-rpc.com/fast?swqos_only=true # Newarkhttp://lon-sender.helius-rpc.com/fast?swqos_only=true # Londonhttp://fra-sender.helius-rpc.com/fast?swqos_only=true # Frankfurthttp://ams-sender.helius-rpc.com/fast?swqos_only=true # Amsterdamhttp://sg-sender.helius-rpc.com/fast?swqos_only=true # Singaporehttp://tyo-sender.helius-rpc.com/fast?swqos_only=true # Tokyo
This routes your transaction exclusively through SWQOS and applies the lower 0.000005 SOL minimum tip requirement. See the Sender endpoints reference for connection warming and details.
The transaction above still uses a 0.000005 SOL tip — the SWQOS-only minimum.
Tips between 0.000005 SOL and 0.001 SOL are accepted but stay on the single
SWQOS path. To route across every pathway for the fastest landing, use the
Sender Max tier with a minimum 0.001 SOL
tip.
Endpoint selection: Use https://sender.helius-rpc.com/fast?swqos_only=true for frontend apps to avoid CORS issues. For backend apps, use the regional HTTP endpoint closest to your servers.
Connection warming: Use the /ping endpoint during idle periods longer than 5 seconds.