mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-10 04:01:51 +00:00
* #6447 - Move some deprecated pages to a new section under `Archived` - Remove fallback log in mev as the log will not be present after VC using `/eth/v3/validator/blocks` endpoint by default - Add warning against using Btrfs file system (thank you @ChosunOne for the report) - Add data shared by @mcdee on tree states API queries time - Rename partial withdrawals to validator sweep to differentiate it from the upcoming execution layer partial withdrawals - Update NAT API response - Update docs on IPv6 - Rename .md files to follow a standard prefix section name, e.g., installation_*.md, advanced_*.md - Standardise .md files using underscore `_` instead of hyphen `-` to be consistent with other files naming conventions.
10 lines
231 B
Markdown
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)
|