curl -X GET \
"https://mainnet.ethereum.validationcloud.io/v1/<YOUR_API_KEY_HERE>/eth/v1/beacon/states/head/committees" \
-H "Content-Type: application/json"
Get all committees for a state
Retrieves the committees for the given state.
State identifier. Can be one of: "head" (canonical head in node's view), "genesis", "finalized", "justified", <slot>, <hex encoded stateRoot with 0x prefix>.
"head"
Fetch committees for the given epoch. If not present then the committees for the epoch of the state will be obtained.
"1"
""
Restrict returned values to those matching the supplied committee index.
"1"
""
Restrict returned values to those matching the supplied slot.
"1"
""
Success
false
True if the response references an unverified execution payload. Optimistic information may be invalidated at a later time. If the field is not present, assume the False value.
"1"
Committee index at a slot
"1"
List of validator indices assigned to this committee
"1"