/eth/v1/validator/duties/proposer/{epoch} RPC Method
Parameters
epoch
string
REQUIRED
The Epoch number
Returns
dependent_root
string
The block root that this response is dependent on
execution_optimistic
Boolean
It's true if the response references an unverified execution payload. The optimistic information may be invalidated at a later time. If the field is not present, assume the false value
data
The object with the following values:
pubkey
string
The validator's BLS public key, uniquely identifying them. _48-bytes, hex encoded with 0x prefix, case insensitive
validator_index
boolean
The index of validator in validator registry
slot
array
The slot at which the validator must propose block
Request
1curl -X GET \2"https://docs-demo.quiknode.pro/eth/v1/validator/duties/proposer/1" \3-H "accept: application/json"
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free