/eth/v1/beacon/states/{state_id}/committees
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>.
headFetch committees for the given epoch. If not present then the committees for the epoch of the state will be obtained.
1Restrict returned values to those matching the supplied committee index.
1Restrict returned values to those matching the supplied slot.
1Success
falseTrue 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.
Invalid state ID, index, epoch, slot, or combination thereof
State not found
Beacon node internal error.
curl -X GET \
"https://mainnet.ethereum.validationcloud.io/v1/<YOUR_API_KEY_HERE>/eth/v1/beacon/states/head/committees" \
-H "Content-Type: application/json"curl -X GET \
"https://sepolia.ethereum.validationcloud.io/v1/<YOUR_API_KEY_HERE>/eth/v1/beacon/states/head/committees" \
-H "Content-Type: application/json"Last updated
Was this helpful?