Skip to main content

Parameters

object
Configuration object containing the following optional fields:

Response

object

Code Examples

Basic Request

Request with Range and Identity

Using web3.js

Notes

  1. Without parameters, returns production for all validators in the current epoch
  2. The range parameter can span multiple epochs
  3. Block production statistics are used to track validator performance
  4. Results include both assigned leader slots and actual blocks produced

Best Practices

  1. Use range to limit data when querying historical information
  2. Use identity to track specific validator performance
  3. Compare leader_slots to blocks_produced to evaluate validator reliability
  4. Cache results when appropriate to reduce RPC load

Common Errors