Processor Get priority fee
This processor retrieves the current priority fee on Solana
Configuration meanings:
Field name
Required?
Detail
Variable name for storing result
Yes
This processor outputs the chain’s current average priority fee. Pick a variable name to store it. For example, SOLANA_PRIORITY_FEE
Node endpoint group
Yes
Select the node provider to interact with the blockchain
List of Solana accounts
No
You can leave this field empty for simplicity. If you’d like a more accurate priority fee, supply a list of Program IDs or account addresses—the processor will then average recent transactions that touched those programs or accounts

Last updated