@solana/web3.js interface — only the key type and a few options change.
Basic transaction sending
Connect to the Solami RPC endpoint and callsendTransaction as you normally would:
Send with SWQoS for better landing rates
SWQoS (Stake-Weighted Quality of Service) routes your transactions through staked validators, giving them priority over standard submissions. Use this when landing rate matters — for example, in trading bots, arbitrage, or any time-sensitive flow.Create a SWQoS key
Go to Dashboard → API Keys, click Create Key, and select SWQoS Key as the type.See API Keys if you need help creating a key.
Simulate a Jito bundle
Solami supports Jito bundle simulation on all plans via thesimulateBundle RPC method. Use this to validate a bundle of transactions before submitting it:
Rate limits
Transaction sending has its own rate limits, separate from general RPC calls.| Plan | sendTransaction per second |
|---|---|
| Free | 1 |
| Dev | 5 |
| Pro | 20 |
| Ultra | 50 |
| Shared Metal | 200 |
If you’re hitting rate limits, consider upgrading your plan or moving time-sensitive workloads to a Dedicated Node for unlimited throughput.
Related
- SWQoS infrastructure — how stake-weighted quality of service works
- API Keys — creating and managing your keys
- Pricing plans — compare plan limits