Build more with QuickNode - New pricing plans and a free tier! Read the press release
Parameters:
Returns:
root - string - The corresponding root.
canonical - boolean
header - object - The SignedBeaconBlockHeader object envelope from the CL spec.
message - object - The BeaconBlockHeader object from the CL spec.
slot - string - The slot to which this block corresponds.
proposer_index - string - Index of validator in validator registry.
parent_root - string - The signing merkle root of the parent BeaconBlock.
state_root - string - The tree hash merkle root of the BeaconState for the BeaconBlock.
body_root - string - The tree hash merkle root of the BeaconBlockBody for the BeaconBlock.
signature - string - The signature.
Code Examples:
curl -X GET \ "http://sample-endpoint-name.network.quiknode.pro/token-goes-here/eth/v1/beacon/headers" \ -H "accept: application/json"