Getting started | Beacon Chain

The Ethereum Beacon Chain is the consensus layer of the Ethereum blockchain. The Beacon Chain is responsible for things like block and attestation handling, running the fork choice algorithm, and managing rewards and penalties.

This section provides interactive API examples on how to query the Beacon Chain through Chainstack nodes.

👍

Get you own node endpoint today

Start for free and get your app to production levels immediately. No credit card required.

You can sign up with your GitHub, X, Google, or Microsoft account.

How to start using the Beacon Chain API

When you deploy a node with Chainstack, you get both the execution layer node endpoint and the consensus layer (aka Beacon Chain) node endpoint.

Follow these steps to sign up on Chainstack, deploy an Ethereum RPC node, and find your endpoint credentials (both execution layer and the Beacon Chain):

  1. Sign up with Chainstack.
  2. Deploy a node.
  3. View node access and credentials.

Now you are ready to connect to the Ethereum blockchain and use the Beacon Chain API to build.

📘

For a detailed description of all the available Beacon Chain API specifications, see Ethereum Beacon Chain API.