get_blocks_by_miner
Find recent blocks mined by a specific address on supported EVM networks. Configure the network and block count to target your search.
Instructions
Find recent blocks produced by a specific miner/validator address
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 |
| blockCount | No | Number of recent blocks to search (1-1000) | |
| minerAddress | Yes | The miner/validator address to search for |