> ## Documentation Index
> Fetch the complete documentation index at: https://docs.chainstack.com/llms.txt
> Use this file to discover all available pages before exploring further.

<AgentInstructions>

## Submitting Feedback

If you encounter incorrect, outdated, or confusing documentation on this page, submit feedback:

POST https://docs.chainstack.com/feedback

```json
{
  "path": "/reference/beacon-chain-state",
  "feedback": "Description of the issue"
}
```

Only submit feedback when you have something specific and actionable to report.

</AgentInstructions>

# Beacon Chain state

> Query the Ethereum Beacon Chain state — retrieve validator sets, committee assignments, epoch data, and finality checkpoints from the consensus layer.

<CardGroup>
  <Card title="Block root by block_id" href="/reference/getbeaconblockrootbyblockid" icon="angle-right" iconType="solid" horizontal />

  <Card title="Get block by block_id" href="/reference/getbeaconblocksbyblockid" icon="angle-right" iconType="solid" horizontal />

  <Card title="Beacon headers by block_id" href="/reference/getbeaconheadersbyblockid" icon="angle-right" iconType="solid" horizontal />

  <Card title="Beacon headers by slot" href="/reference/getbeaconheadersbyslotandparentroot" icon="angle-right" iconType="solid" horizontal />

  <Card title="Get sync committees by state and epoch" href="/reference/getsynccommitteesbystateidandepoch" icon="angle-right" iconType="solid" horizontal />

  <Card title="Get committees by state, epoch, index, and slot" href="/reference/getcommitteesbystateidepochindexandslot" icon="angle-right" iconType="solid" horizontal />

  <Card title="Finality checkpoints for a given state" href="/reference/getfinalitycheckpoints" icon="angle-right" iconType="solid" horizontal />

  <Card title="Root of a given state" href="/reference/getstateroot" icon="angle-right" iconType="solid" horizontal />
</CardGroup>

<Check>
  ### Get your own node endpoint today

  [Start for free](https://console.chainstack.com/) and get your app to production levels immediately. No credit card required.

  You can sign up with your GitHub, X, Google, or Microsoft account.
</Check>
