Skip to main content

getRecentPrioritizationFees RPC Method

Returns a list of prioritization fees from recent blocks

Updated on
Dec 7, 2023

getRecentPrioritizationFees RPC Method

Parameters

address
array
A collection of up to 128 Account addresses represented as base-58 encoded strings in an array

Returns

result
array
prioritizationFee
integer
The prioritization fee value
slot
integer
The slot number associated with the prioritization fee
Request
1
curl https://docs-demo.solana-mainnet.quiknode.pro/ \
2
-X POST \
3
-H "Content-Type: application/json" \
4
--data '{"jsonrpc": "2.0","id":1,"method":"getRecentPrioritizationFees","params":[]}'
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free