get-mined-blocks
Fetch blocks mined by an Ethereum address, with optional filters for block type, range, and pagination.
Instructions
Get blocks mined by an address
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination | |
| offset | No | Number of results per page (max 100) | |
| address | Yes | Ethereum address (0x format) | |
| network | No | Network name or chain ID (default: ethereum mainnet) | |
| endBlock | No | Ending block number | |
| blockType | No | Type of blocks to query | blocks |
| startBlock | No | Starting block number |