eth_getBlockByHash - Berachain

The eth_getBlockByHash is an Berachain JSON-RPC method that allows developers to query a specific block in the Berachain blockchain by its block hash. This method can be used in various scenarios, such as analysing historical transactions, validating the state of the blockchain, or monitoring the progress of mining activities.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
integer
Defaults to 1
string
Defaults to 2.0
string
Defaults to eth_getBlockByHash
params
array
length between 2 and 2
  1. String - Hash of block
  2. Boolean - If true it returns the full transaction objects, if false only the hashes of the transactions. Defaults to false.
params
Response

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json