/eth/v1/validator/duties/sync/{epoch}
Requests the beacon node to provide a set of sync committee duties for a particular epoch.
Parameters:
Example:
// Request
curl -X POST-H 'Content-Type: application/json'
https://ethereum-beacon.blockpi.network/rpc/v1/your-rpc-key/eth/v1/validator/duties/sync/284100
‘
[
"1"
]
’
// Result
{
"execution_optimistic": false,
"data": []
}Last updated
Was this helpful?