Retrieve execution-layer blocks attributed to one or more producers. You can filter by fee recipient address (execution coinbase), beacon-chain proposer index, or validator public key. Provide one or more identifiers as a comma-separated list in the addressIndexOrPubkey path segment.
You may mix identifiers, but mixing with a non-zero offset can skip items because pagination is applied after merging results. Limits: up to 20 fee recipient addresses and up to 100 proposer indices or pubkeys per request. ENS names are supported for addresses.
Comma-separated list of producers to query. Each item may be: - a fee recipient address (0x-prefixed, 20-byte hex, or a valid ENS name), - a proposer index (non-negative integer), or - a validator public key (0x-prefixed, 48-byte BLS pubkey: 96 hex characters). Provide multiple items by separating them with commas. A maximum of 20 addresses and 100 indices/pubkeys is accepted per request.
"0xdAC17F958D2ee523a2206206994597C13D831ec7"
Number of items to skip from the start of the merged result set. Use 0 for the first page.
x >= 00
Maximum number of blocks to return. Allowed range is 1 to 100.
1 <= x <= 10020
Sort order by execution block number.
asc, desc "desc"
Blocks were retrieved successfully. The data array contains one item per execution block produced by any of the specified producers, sorted according to the sort parameter.