get_uncle_blocks
Retrieve uncle (ommer) blocks associated with a block number, revealing valid blocks omitted from the main chain, across supported EVM networks.
Instructions
Get uncle (ommer) blocks for a specific block. Uncle blocks are valid blocks that weren't included in the main chain.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| network | No | Network name (e.g. 'bsc', 'opbnb', 'ethereum', 'base', etc.) or chain ID. Supports others main popular networks. Defaults to BSC mainnet. | bsc |
| blockNumber | Yes | The block number to get uncles for |