/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

slotstringRequired
The slot for which a sync committee contribution should be created.
subcommittee_indexstringRequired
The subcommittee index for which to produce the contribution.
beacon_block_rootstringRequiredformat: "hex"

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

Response

Success response
dataobject or null