/eth/v1/beacon/states/{state_id}/sync_committees

Get sync committees for a state

curl -X GET \
    "https://mainnet.ethereum.validationcloud.io/v1/<YOUR_API_KEY_HERE>/eth/v1/beacon/states/head/sync_committees" \
    -H "Content-Type: application/json"

Last updated