Ethereum Beacon API is supported for Mainnet and Holesky testnet. The following ETH Beacon Node API methods are allowed in Blockdaemon RPC API:
You can find more details on the Beacon API here : Beacon API
Beacon
Allowed Beacon Set of endpoints to query beacon chain:
- GET /eth/v1/beacon/genesis
- GET /eth/v1/beacon/states/{state_id}/root
- GET /eth/v1/beacon/states/{state_id}/fork
- GET /eth/v1/beacon/states/{state_id}/finality_checkpoints
- GET /eth/v1/beacon/states/{state_id}/validators
- GET /eth/v1/beacon/states/{state_id}/validators/{validator_id}
- GET /eth/v1/beacon/states/{state_id}/validator_balances
- GET /eth/v1/beacon/states/{state_id}/committees
- GET /eth/v1/beacon/states/{state_id}/sync_committees
- GET /eth/v1/beacon/headers
- GET /eth/v1/beacon/headers/{block_id}
- POST /eth/v1/beacon/blocks
- POST /eth/v1/beacon/blinded_blocks
- GET /eth/v2/beacon/blocks/{block_id}
- GET /eth/v1/beacon/blocks/{block_id}/root
- GET /eth/v1/beacon/blocks/{block_id}/attestations
- GET /eth/v1/beacon/pool/attestations
- POST /eth/v1/beacon/pool/attestations
- GET /eth/v1/beacon/pool/attester_slashings
- POST /eth/v1/beacon/pool/attester_slashings
- GET /eth/v1/beacon/pool/proposer_slashings
- POST /eth/v1/beacon/pool/proposer_slashings
- POST /eth/v1/beacon/pool/sync_committees
- GET /eth/v1/beacon/pool/voluntary_exits
- POST /eth/v1/beacon/pool/voluntary_exits
Config
Allowed Config Endpoints to query chain configuration, specification, and fork schedules.
Node
Allowed Node Endpoints to query node-related information.
- GET /eth/v1/node/peer_count
- GET /eth/v1/node/version
- GET /eth/v1/node/syncing
- GET /eth/v1/node/health
👋 Need Help?
Contact us through email or our support page for any issues, bugs, or assistance you may need.