eth_getBlockByHash
Returns information about a block by its hash.
Path parameters
apiKey
Request
This endpoint expects an object.
Block hash
The hash of the block to retrieve.
Hydrated transactions
If true, returns full transaction objects; if false, returns only transaction hashes.
Response
The block object containing various properties of the block.
hash
parentHash
sha3Uncles
miner
stateRoot
transactionsRoot
receiptsRoot
logsBloom
number
gasLimit
gasUsed
timestamp
extraData
mixHash
nonce
size
transactions
uncles
difficulty
baseFeePerGas
withdrawalsRoot
blobGasUsed
excessBlobGas
parentBeaconBlockRoot
withdrawals