getRecentPrioritizationFees

Returns a list of prioritization fees from recent blocks.

Path parameters

apiKeystringRequired

Request

This endpoint expects an object.
Account addresseslist of stringsOptional
An array of up to 128 account addresses. If provided, the response will reflect a fee to land a transaction locking all of the provided accounts as writable.

Response

An array of prioritization fees observed in recent blocks.
slotinteger or null
Slot in which the fee was observed.
prioritizationFeeinteger or null

The per-compute-unit fee in micro-lamports.