---
title: "GetValidatorDutiesProposerByEpoch"
method: GET
path: "/{apiKey}/eth/v1/validator/duties/proposer/{epoch}"
---

# GetValidatorDutiesProposerByEpoch

`GET /{apiKey}/eth/v1/validator/duties/proposer/{epoch}`

Get block proposers duties.

Request beacon node to provide all validators that are scheduled to propose a block in the given epoch.

Duties should only need to be checked once per epoch,
however a chain reorganization could occur that results in a change of duties. For full safety,
you should monitor head events and confirm the dependent root in this response matches:

 - event.current_duty_dependent_root when `compute_epoch_at_slot(event.slot) == epoch`

 - event.block otherwise


The dependent_root value is `get_block_root_at_slot(state, compute_start_slot_at_epoch(epoch) - 1)`
or the genesis block root in the case of underflow.

## Path parameters

- `apiKey` string, required — <style> .custom-style { color: #048FF4; } </style> For higher throughput, please <span class="custom-style"><a href="../docs/quick-start-guide#-creating-your-api-key-on-the-zan-platform" target="_blank">create your own API key</a></span>.
- `epoch` string, required

## Response `200`

Block proposer duties

- object
  - `dependent_root` string, hex, required — The block root that this response is dependent on.
  - `execution_optimistic` boolean, required — True if the response references an unverified execution payload. Optimistic information may be invalidated at a later time. If the field is not present, assume the False value.
  - `data` object[], required
    - `pubkey` string, hex, required — The validator's BLS public key, uniquely identifying them. _48-bytes, hex encoded with 0x prefix, case insensitive._
    - `validator_index` string, required — Index of validator in validator registry.
    - `slot` string, required — The slot at which the validator must propose block.

---

[API](https://skmtc.net/zan/apis/zan-getnftmetadata.md) · [All operations](https://skmtc.net/zan/apis/zan-getnftmetadata/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zan/zan-getnftmetadata/versions/be8fa2338895/schema)
