Parameters
object
Configuration object containing the following optional fields:
Response
object
Code Examples
Basic Request
Request with Range and Identity
Using web3.js
Notes
- Without parameters, returns production for all validators in the current epoch
- The
rangeparameter can span multiple epochs - Block production statistics are used to track validator performance
- Results include both assigned leader slots and actual blocks produced
Best Practices
- Use
rangeto limit data when querying historical information - Use
identityto track specific validator performance - Compare
leader_slotstoblocks_producedto evaluate validator reliability - Cache results when appropriate to reduce RPC load