/eth/v1/beacon/pool/attestations
Submits Attestation objects to the node. Each attestation in the request body is processed individually.
Example:
// Request
curl -X POST -H 'Content-Type: application/json'
https://ethereum-beacon.blockpi.network/rpc/v1/your-rpc-key/eth/v1/beacon/pool/attestations
'
<attestations object>
'
// Result
Last updated
Was this helpful?