Priority Fee
getPriorityFeeEstimate
Get recommended priority fee estimates for Solana transactions to optimize for inclusion and cost based on recent network activity and account locks
POST
Documentation Index
Fetch the complete documentation index at: https://www.helius.dev/docs/llms.txt
Use this file to discover all available pages before exploring further.
Request Parameters
Base58 or Base64 encoded Solana transaction for which to estimate optimal priority fees.
The API will analyze the specific instructions and accounts in this transaction to provide
accurate fee estimates based on current network conditions and computational complexity.
Array of Solana account public keys to estimate priority fees for (alternative to providing a transaction)
Advanced options for customizing Solana priority fee estimation based on network conditions
Encoding format of the provided Solana transaction
Base58Base64
Specific priority level to estimate fees for based on current Solana network congestion
MinLowMediumHighVeryHighUnsafeMax
When true, returns comprehensive estimates for all priority levels from minimum to maximum
Number of recent Solana blockchain slots to analyze for accurate fee estimation (1-150)
When true, includes vote transactions in the fee calculation for more comprehensive analysis
When true, returns the recommended optimal fee based on current Solana network conditions
When true, slots with no transactions are counted as zero-fee slots in the calculation
Authorizations
Body
application/json
JSON-RPC version identifier for the Solana RPC API request, must be "2.0"
Available options:
2.0 Client-generated identifier for the request
The RPC method name
Available options:
getPriorityFeeEstimate Parameters for the method call
Previous
OverviewComplete API reference for Helius Enhanced Transactions endpoints. Parse transactions into human-readable formats including NFT sales, swaps, and transfers.
Next