Overview
EngineApiService exposes the Engine API (engine_*) used by consensus clients to communicate with execution clients. These methods are typically available only on authenticated engine endpoints, not public RPC URLs.
Quick Start
Forkchoice and Payloads
New Payload Submission
Payload Bodies and Blobs
Error Handling
All methods raiseTransportError when the engine endpoint rejects the request or the network fails.
Service Interface
Dependencies
See Also
- Provider Service - Core JSON-RPC provider operations
- Debug Service - Node tracing and raw data access
- Raw Provider Service - Low-level request access

