/eth/v1/validator/sync_committee_contribution RPC Method
Parameters
slot
string
REQUIRED
The slot for which a sync committee contribution should be created
subcommittee_index
string
REQUIRED
The subcommittee index for which to produce the contribution
beacon_block_root
string
REQUIRED
The block root for which to produce the contribution
Returns
data
The object with the following values:
slot
string
The slot at which the validator is providing a sync committee contribution
beacon_block_root
string
The block root for this contribution
subcommittee_index
string
The index of the subcommittee that the contribution pertains to
aggregation_bits
string
A bit is set if a signature from the validator at the corresponding index in the subcommittee is present in the aggregate signature
signature
string
The signature by the validator(s) over the block root of slot
Request
1curl -X GET \2"https://docs-demo.quiknode.pro/eth/v1/validator/sync_committee_contribution?slot=1&subcommittee_index=1&beacon_block_root=BEACON_BLOCK_ROOT" \3-H "accept: application/json"
Don't have an account yet?
Create your QuickNode endpoint in seconds and start building
Get started for free