Skip to content
Alchemy Logo

/v1/validator/sync_committee_contribution

GET
https://eth-mainnetbeacon.g.alchemy.com/v2/docs-demo/eth/v1/validator/sync_committee_contribution

Requests that the beacon node produce a sync committee contribution.

  • Return 503 if the block identified by the response beacon_block_root is optimistic (i.e., the contribution refers to a block not fully verified by an execution engine).
  • Return 404 if no sync committee contribution is available for the requested beacon_block_root.

Query Parameters

stringrequired

The slot for which a sync committee contribution should be created.

stringrequired

The subcommittee index for which to produce the contribution.

stringformat: "hex"required

The block root (hex) for which to produce the contribution.

Responses

200

Success response

Was this page helpful?