Forks will be deprecated on March 31, 2025. Please migrate to Tenderly Virtual TestNets or contact our support for assistance with automatic migration.

eth_getBlockByNumber - Story Aeneid


Summary

Returns information about a block by block number.

Parameters

1. Block Number Quantity or Tag

Hex block number, or the string latest, earliest or pending
Example: i.e. latest or pending

2. Return Full Transaction Objects Boolean

Return full transaction objects?
Example: false

Code Examples