Join AWS, Dust Labs & OrangeDAO at QuickPitch. Win $80k — Apply Today.

Contents

eth-v1-validator-duties-proposer-{epoch} REST API Endpoint

Parameters:

  1. epoch - string - The Epoch number

Returns:

  1. dependent_root - string - The block root that this response is dependent on
  2. 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
  3. 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

Code Examples:

curl -X GET \
    "http://sample-endpoint-name.network.quiknode.pro/token-goes-here/eth/v1/validator/duties/proposer/1" \
    -H "accept: application/json"
Ready to get started? Create a free account