For AI agents: a documentation index is available at /llms.txt. Markdown versions of pages are available by appending .md to any documentation URL.
Skip to main content

Engine API methods

Consensus and execution clients communicate with each other using the Engine API. See how to use the Engine API to communicate with a consensus client.

info

The Engine API is enabled by default.

Besu supports the following list of Engine API methods. Each method links to its definition in the Ethereum execution APIs specification, which documents the full request parameters, response fields, and examples.

Several methods have multiple versions because the Engine API adds a new versioned method whenever a hard fork changes a payload or parameter shape. A consensus client calls the version appropriate for the network's currently active fork.