Publish a signed block.

Instructs the beacon node to broadcast a newly signed beacon block to the beacon network, to be included in the beacon chain. A success response (20x) indicates that the block passed gossip validation and was successfully broadcast onto the network. The beacon node is also expected to integrate the block into state, but may broadcast it before doing so, so as to aid timely delivery of the block. Should the block fail full validation, a separate success response code (202) is used to indicate that the block was successfully broadcast but failed integration. After Deneb, this additionally instructs the beacon node to broadcast all given blobs.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

The SignedBeaconBlock object composed of BeaconBlock object (produced by beacon node) and validator signature.

Headers
string
enum

The active consensus version to which the block being submitted belongs.

Allowed:
Responses
200

The block was validated successfully and has been broadcast. It has also been integrated into the beacon node's database.

202

The block could not be integrated into the beacon node's database as it failed validation, but was successfully broadcast.

Language
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json