eth_getBlockByHash
Blocks info | Tempo
eth_getBlockByHash | Tempo
Tempo API method that returns information about a block specified by its hash. Reference for eth_getBlockByHash on Tempo via Chainstack.
POST
eth_getBlockByHash
Tempo API method that returns information about a block specified by its hash. This method can return full transaction objects or just transaction hashes depending on the second parameter.Documentation Index
Fetch the complete documentation index at: https://docs.chainstack.com/llms.txt
Use this file to discover all available pages before exploring further.
Get your 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.
mainBlockGeneralGasLimit, sharedGasLimit, and timestampMillisPart for sub-second precision.
Parameters
blockHash— the hash of the block to retrievefullTransactions— iftrue, returns full transaction objects; iffalse, returns only transaction hashes
Response
result— a block object, ornullif no block was found:number— the block numberhash— the block hashparentHash— hash of the parent blocktimestamp— block timestamp in secondstimestampMillisPart— sub-second timestamp (0-999 ms), Tempo-specifictransactions— array of transaction objects or hashes- Additional Tempo fields for payment lanes gas limits
eth_getBlockByHash code examples
Last modified on May 18, 2026