/eth/v1/beacon/pool/attester_slashings

Retrieves attester slashings known by the node but not necessarily incorporated into any block

Parameters:

None

Example:

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

// Result
{
  "data": []
}

Last updated