getRecentPrioritizationFees
Triton One extends Solana's getRecentPrioritizationFees RPC with percentile-based fee estimates.
About this tool
Triton One's Improved Priority Fees API retains the getRecentPrioritizationFees method and adds a percentile parameter. Instead of only returning the minimum fee observed in recent blocks, callers can request a selected percentile of recent on-chain priority fees.
The response remains compatible with the standard Solana RPC shape, which makes the method useful for wallets, bots, dApps, and RPC operators that need a more configurable basis for setting transaction fees. Omitting the percentile preserves the standard minimum-fee behavior.

