lighthouse/book/src/api.md
Mac L 80dd615fff Update book with missing Lighthouse endpoints (#3769)
## Proposed Changes


Adds docs for the following endpoints:
- `/lighthouse/analysis/attestation_performance`
- `/lighthouse/analysis/block_packing_efficiency`
2022-12-09 09:20:10 +00:00

10 lines
231 B
Markdown

# APIs
Lighthouse allows users to query the state of Ethereum consensus using web-standard,
RESTful HTTP/JSON APIs.
There are two APIs served by Lighthouse:
- [Beacon Node API](./api-bn.md)
- [Validator Client API](./api-vc.md)