Get you own node endpoint todayStart for free and get your app to production levels immediately. No credit card required.You can sign up with your GitHub, X, Google, or Microsoft account.
Parameters
blockHash
— the hash of the block.fullTransactionObjects
— if set totrue
, returns the full transaction objects; iffalse
, only the hashes of the transactions.
Response
result
— an object containing information about the block, such as the block number (number
), the hash of the block (hash
), the hash of the parent block (parentHash
), and, depending on thefullTransactionObjects
parameter, either a list of transaction hashes or a list of transaction objects.
Use case
Theeth_getBlockByHash
method is useful for applications that need detailed information about specific blocks in the blockchain. For example, a blockchain explorer might use this method to display detailed information about a block, including its transactions, when a user searches for a block by its hash.Body
application/json