Build more with QuickNode - New pricing plans and a free tier! Read the press release
Parameters:
Returns:
slot - String - The slot at which the validator is providing a sync committee contribution.
beacon_block_root - String - 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 - Signature by the validator(s) over the block root of slot.
Code Examples:
curl -X GET \ "http://sample-endpoint-name.network.quiknode.pro/token-goes-here/eth/v1/validator/sync_committee_contribution?slot=1&subcommittee_index=1&beacon_block_root=0xcf8e0d4e9587369b2301d0790347320302cc0943d5a1884560367e8208d920f2" \ -H "accept: application/json"