v1
latestOpenAPI 3.1.02026-07-2612501.4 MBPostValidatorBeaconCommitteeSubscriptions
Signal beacon node to prepare for a committee subnet.
After beacon node receives this request, search using discv5 for peers related to this subnet and replace current peers with those ones if necessary If validator is_aggregator, beacon node must:
- announce subnet topic subscription on gossipsub
- aggregate attestations received on that subnet
post/{apiKey}/eth/v1/validator/beacon_committee_subscriptions
Path parameters
apiKeystring required
<style>
.custom-style {
color: #048FF4;
}
</style>
For higher throughput, please <span class="custom-style"><a href="../docs/quick-start-guide#-creating-your-api-key-on-the-zan-platform" target="_blank">create your own API key</a></span>.
Request body
Example request
[
{
"validator_index": "1",
"committee_index": "1",
"committees_at_slot": "1",
"slot": "1"
}
]Response
Slot signature is valid and beacon node has prepared the attestation subnet.
Note that we cannot be certain the Beacon node will find peers for that subnet for various reasons.