Get to know what Ethereum Beacon API methods are allowed in Blockdaemon Native RPC API.
Ethereum Beacon API is supported for both Goerli/Prater testnet and Mainnet. The following Eth Beacon Node API methods are allowed in Native Access 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.