Ethereum Beacon Methods
Ethereum Beacon API
Ethereum Beacon API is supported for Mainnet 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:
Config
Allowed Config Endpoints to query chain configuration, specification, and fork schedules.
| Method | Compute Unit Value |
|---|---|
GET /eth/v1/config/fork_schedule |
1 |
GET /eth/v1/config/spec |
1 |
GET /eth/v1/config/deposit_contract |
1 |
Debug
Allowed Debug Endpoints to debug chain.
| Method |
|---|
GET /eth/v2/debug/beacon/states/{state_id} |
GET /eth/v2/debug/beacon/heads |
GET /eth/v2/debug/fork_choice |
Events
Allowed Events Endpoints for event subscription.
| Method |
|---|
GET /eth/v1/events |
Node
Allowed Node Endpoints to query node-related information.
| Method | Compute Unit Value |
|---|---|
GET /eth/v1/node/identity |
1 |
GET /eth/v1/node/peers |
1 |
GET /eth/v1/node/peers/{peer_id} |
1 |
GET /eth/v1/node/peer_count |
1 |
GET /eth/v1/node/version |
1 |
GET /eth/v1/node/syncing |
1 |
GET /eth/v1/node/health |
1 |
Validator
Allowed Validator Endpoints for validator clients.