Ethereum Beacon Methods

📘

See the Ethereum RPC API connection guide.

Ethereum Beacon API is supported for Mainnet, Holesky, and Hoodi. The following ETH Beacon Node API methods are allowed in the Blockdaemon RPC API:

Beacon

Allowed Beacon Set of endpoints to query beacon chain:

MethodCompute Unit Value
GET /eth/v1/beacon/genesis5
GET /eth/v1/beacon/states/{state_id}/root5
GET /eth/v1/beacon/states/{state_id}/fork5
GET /eth/v1/beacon/states/{state_id}/finality_checkpoints5
GET /eth/v1/beacon/states/{state_id}/validators50
POST /eth/v1/beacon/states/{state_id}/validators50
GET /eth/v1/beacon/states/{state_id}/validators/{validator_id}10
GET /eth/v1/beacon/states/{state_id}/validator_balances10
POST /eth/v1/beacon/states/{state_id}/validator_balances10
POST /eth/v1/beacon/states/{state_id}/validator_identities10
GET /eth/v1/beacon/states/{state_id}/committees5
GET /eth/v1/beacon/states/{state_id}/sync_committees5
GET /eth/v1/beacon/states/{state_id}/randao5
GET /eth/v1/beacon/states/{state_id}/pending_consolations5
GET /eth/v1/beacon/states/{state_id}/pending_deposits5
GET /eth/v1/beacon/states/{state_id}/pending_partial_withdrawals5
GET /eth/v1/beacon/headers5
GET /eth/v1/beacon/headers/{block_id}5
POST /eth/v1/beacon/blinded_blocks10
POST /eth/v1/beacon/blocks10
GET /eth/v2/beacon/blocks/{block_id}10
GET /eth/v1/beacon/blocks/{block_id}/root5
GET /eth/v1/beacon/blocks/{block_id}/attestations5
GET /eth/v1/beacon/blob_sidecars/{block_id}5
GET /eth/v1/beacon/blinded_blocks/{block_id}5
POST /eth/v1/beacon/rewards/sync_committee/{block_id}5
GET /eth/v1/beacon/rewards/blocks/{block_id}5
GET /eth/v1/beacon/rewards/attestations/{epoch}5
GET /eth/v1/beacon/light_client/bootstrap/{block_root}5
GET /eth/v1/beacon/light_client/updates5
GET /eth/v1/beacon/light_client/finality_update5
GET /eth/v1/beacon/light_client/optimistic_update5
GET /eth/v2/beacon/pool/attestations5
POST /eth/v2/beacon/pool/attestations5
GET /eth/v2/beacon/pool/attester_slashings5
POST /eth/v2/beacon/pool/attester_slashings5
GET /eth/v1/beacon/pool/proposer_slashings5
POST /eth/v1/beacon/pool/proposer_slashings5
POST /eth/v1/beacon/pool/sync_committees5
GET /eth/v1/beacon/pool/voluntary_exits5
POST /eth/v1/beacon/pool/voluntary_exits5
GET /eth/v1/beacon/pool/bls_to_execution_changes5
POST /eth/v1/beacon/pool/bls_to_execution_changes5

Config

Allowed Config Endpoints to query chain configuration, specification, and fork schedules.

Debug

Allowed Debug Enpoints to debug chain.

Events

Allowed Events Endpoints for event subscription.

Node

Allowed Node Endpoints to query node-related information.

Validator

Allowed Validator Endpoints for validator clients.

👋 Need Help?

Contact us through email or our support page for any issues, bugs, or assistance you may need.