| description | Submits a list of SignedBLSToExecutionChange objects to node's pool. Any that pass validation MUST be broadcast to the network. |
|---|
None
Request body:
The SignedBLSToExecutionChange objects
{% 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 %}