v1

latestOpenAPI 3.0.42026-07-2233241175.9 KB
Validator

Proposal Slots

Returns a list of block proposal slots during which one or more of your selected validators were assigned a proposal duty.

Use this endpoint to quickly identify all relevant proposals for your validator set, making it easier to explore proposal performance and related activity.

You can combine this endpoint with:

  • Reward:
    v2/ethereum/block/rewards
  • Consensus slot information:
    v2/ethereum/slot
  • Execution block information:
    v2/ethereum/block

or use it alongside reward and performance endpoints for deeper analysis, depending on your needs.

Results can be filtered by a time range.

Note: This endpoint supports only finalized data at this time.

post/api/v2/ethereum/validators/proposal-slots

Request body

chain'mainnet' | 'hoodi'

The Ethereum chain to query.

cursorstring

Cursor value for pagination. See our pagination guide for more details.

page_sizeinteger

The number of items to return per page.

Response

Successful response.