/eth/v1/beacon/pool/attester_slashings

Submits AttesterSlashing object to node's pool and if passes validation node MUST broadcast it to network.

Parameters:

None

Request body:

The AttesterSlashing object

Example:

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

<AttesterSlashing object>


// Result

Last updated