/eth/v1/validator/sync_committee_subscriptions
Parameters:
Example:
// Request
curl -X POST -H 'Content-Type: application/json'
https://ethereum-beacon.blockpi.network/rpc/v1/your-rpc-key/eth/v1/validator/sync_committee_subscriptions
'
[
{
"validator_index": "1",
"sync_committee_indices": [
"1"
],
"until_epoch": "1"
}
]
'
// Result
Previous/eth/v1/validator/beacon_committee_subscriptionsNext/eth/v1/validator/beacon_committee_selections
Last updated
Was this helpful?