Documentation revision underway: please report issues on Discord or via GitHub.
Skip to content

Beacon Node API

API reference for the QRL Beacon Node

Connecting to your node

Enter your node's URL in the server dropdown below to use "Try it out". The default is http://localhost:3500.

Your node must be started with CORS enabled for browser requests to work:

bash
--grpc-gateway-corsdomain "*"

Add this flag to your beacon-chain startup command. Only use "*" on private or local networks. On public-facing nodes, restrict to specific origins to prevent unauthorized access to your API endpoint.

Released under the MIT License.