eth_getBlockByNumber
Blocks info | Tempo
eth_getBlockByNumber | Tempo
Tempo API method that returns information about a block specified by its number or tag. eth_getBlockByNumber on Tempo via Chainstack.
POST
eth_getBlockByNumber
Tempo API method that returns information about a block specified by its number or tag. 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
blockNumber— the block number (hex) or tag (latest,earliest,pending)fullTransactions— 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_getBlockByNumber code examples
Last modified on May 18, 2026