beacon-APIs icon indicating copy to clipboard operation
beacon-APIs copied to clipboard

Collection of RESTful APIs provided by Ethereum Beacon nodes

Results 80 beacon-APIs issues
Sort by recently updated
recently updated
newest added

This removes previously deprecated produce blocks apis - `GET /eth/v2/validator/blocks/{slot}` - `GET /eth/v1/validator/blinded_blocks/{slot}` Those were replaced / consolidated by `GET /eth/v3/validator/blocks/{slot}` during Capella and part of spec release for Deneb....

Add Makefile for streamlined build process and update README with sim…plified instructions

We should consider migrating as `swagger-cli` has been deprecated for a while, see https://github.com/ethereum/beacon-APIs/pull/417 for previous attempt at doing this

Currently `getStateV2` `/eth/v2/debug/beacon/states/{state_id}` returns the full beacon state which is heavy in response size +800MB ~ 1GB. There are scenarios that the consumer is only interested in partial parts of...

The `/eth/v1/config/spec` endpoint should in theory return the same information from each beacon node client, however in practice it does not. The recent issue with holesky has highlighted the benefit...

**Add viewport meta tag for mobile support and ensures the page scales correctly on mobile devices.**