Kit
Type aliases

GetRecentPrioritizationFeesApi

GetRecentPrioritizationFeesApi = object

Methods

getRecentPrioritizationFees()

getRecentPrioritizationFees(addresses?): GetRecentPrioritizationFeesApiResponse

Returns a list of the smallest prioritization fees paid in recent blocks.

Currently, a node's prioritization-fee cache stores data from up to 150 blocks.

Parameters

ParameterTypeDescription
addresses?Address[]A maximum of 128 addresses. When supplied, the response will reflect the prioritization fee paid for transactions which take a write-lock on all of them.

Returns

GetRecentPrioritizationFeesApiResponse

See

https://solana.com/docs/rpc/http/getrecentprioritizationfees

On this page