/eth/v1/beacon/states/{state_id}/committees
Retrieves the committees for the given state.
Parameters:
Example:
// Request
curl -X GET -H 'Content-Type: application/json'
https://ethereum-beacon.blockpi.network/rpc/v1/your-rpc-key/eth/v1/beacon/states/head/committees
// Result
as described abovePrevious/eth/v1/beacon/states/{state_id}/validator_balancesNext/eth/v1/beacon/states/{state_id}/sync_committees
Last updated
Was this helpful?