Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 580 Bytes

File metadata and controls

31 lines (22 loc) · 580 Bytes
description Submits a list of SignedBLSToExecutionChange objects to node's pool. Any that pass validation MUST be broadcast to the network.

/eth/v1/beacon/pool/bls_to_execution_changes

Parameters:

None

Request body:

The SignedBLSToExecutionChange objects

Example:

{% code overflow="wrap" %}

// Request
curl -X POST -H 'Content-Type: application/json' 
https://ethereum-beacon.blockpi.network/rpc/v1/your-rpc-key/eth/v1/beacon/pool/bls_to_execution_changes

<SignedBLSToExecutionChange object>


// Result

{% endcode %}