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

gqrl API

API reference for the gqrl execution layer JSON-RPC

Connecting to your node

Enter your node's URL in the server dropdown below to use "Try it out". The default is http://localhost:8545. All methods are JSON-RPC 2.0 POST requests to the same endpoint.

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

bash
--http.corsdomain "*"

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

Released under the MIT License.