Returns information about a block by its hash.Documentation Index
Fetch the complete documentation index at: https://base-a060aa97-meyer9-discv5-p2p-protocol-id.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Parameters
The 32-byte block hash.
If
true, returns full transaction objects. If false, returns only transaction hashes.Returns
A block object, or
null if no block was found. See eth_getBlockByNumber for the full field list.