Solana RPC
getBlockProduction
Returns recent block production information from the current or previous epoch.
POST
getBlockProduction
Request Parameters
string
The commitment level for the request.
processedconfirmedfinalized
string
Optional validator identity public key (base-58 encoded) to filter results for a specific validator.
object
Optional slot range boundaries to limit the block production statistics time period.
number
Starting slot number to begin analyzing block production statistics from (inclusive).
number
Ending slot number to analyze block production statistics until (inclusive). If omitted, uses the current slot.
Authorizations
Body
application/json
The JSON-RPC protocol version.
Available options:
2.0 A unique identifier for the request.
Example:
"1"
The name of the RPC method to invoke.
Available options:
getBlockProduction Parameters for the request.