explorer_get_blocks_by_validator
Retrieve blocks mined or validated by a specific address on a given chain to track validator activity and block production.
Instructions
Get blocks mined/validated by a specific address.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number (starts at 1) | |
| address | Yes | Target address (0x-prefixed) | |
| chainId | Yes | Chain ID for the target network (required — no default for indexed data) | |
| pageSize | No | Results per page (default varies by endpoint) |