⛓️ Future is multichain! Check out the Tenderly 2024 networks integration recap. 🎉

eth_getUncleByBlockHashAndIndex - Immutable Testnet


Summary

Returns information about a uncle of a block by hash and uncle index position.

Parameters

1. Block Hash BlockHash

Hash of a block to get information from
Example: i.e. 0x12345...

Index Hex

The uncle's index position.
Example: i.e. 0x0, 0x1, 0x2...

Code Examples