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. The beacon node is not required to validate the signed BeaconBlock, and a successful response (20X) only indicates that the broadcast has been successful. The beacon node is expected to integrate the new block into its state, and therefore validate the block internally, however blocks which fail the validation are still broadcast but a different status code is returned (202)

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
enum

Version of the block being submitted, if using SSZ encoding.

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 failed validation, but was successfully broadcast anyway. It was not integrated into the beacon node's database.

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