eth_getBlockByHash

Returns information about a block by block hash

Parameters

DATA, 32 Bytes - Hash of a block.
Boolean - If true it returns the full transaction objects, if false only the hashes of the transactions.

Returns

Object - A block object, or null when no block was found

Language
Click Try It! to start a request and see the response here!