Skip to main content

Try It Now Dialog

engine_exchangeCapabilities


Method

  • JSON-RPC method name: engine_exchangeCapabilities
  • JSON-RPC version: 2.0

Parameters

NameTypeRequiredDescription
Consensus client methodsstring[]yes

Parameter schema

{
"Consensus client methods": {
"required": true,
"schema": {
"type": "array",
"items": {
"type": "string"
}
}
}
}

Result

  • Name: Execution client methods
  • Type: string[]

Result schema

{
"type": "array",
"items": {
"type": "string"
}
}

Positional parameters

Parameter order:

  1. Consensus client methods

Errors

This method may return JSON-RPC standard errors (e.g. -32600, -32601, -32602, -32603) as well as application-specific errors.

TODO: Document method-specific error codes and conditions.