Skip to main content
European CommissionEBSI European Blockchain
Select the Environment you want to work withEnvironment:
warning icon

This API is being released as part of an upcoming version.

The upcoming version is not backward compatible with the current stable version. You can find the details of the upcoming release and affected endpoints in the change log. Please contact eu-ebsi@ec.europa.eu if this upcoming release might cause a high impact on either an ongoing development or a piloting demonstration.

Besu JSON-RPC API

POST 

/ledger/v4/blockchains/besu

Hyperledger Besu Ethereum Enterprise Client JSON-RPC API.

Request

Bodyrequired

The body follows the JSON-RPC 2.0 specification. It requires the following fields:

  • jsonrpc: Must be exactly "2.0"
  • method: Hyperledger Besu JSON-RPC native method that is invoked.
  • params: Array of parameters.
  • id: Identifier established by the client.
    jsonrpc stringrequired

    Must be exactly "2.0"

    method stringrequired

    Besu JSON-RPC native method to be invoked

    params object[]required

    Array of parameters

  • Array [
  • oneOf
    boolean
  • ]
  • id integerrequired

    Identifier established by the client

Responses

Response

Schema
    jsonrpc string

    Must be exactly "2.0"

    id integer

    Same identifier established by the client in the call

    result object

    Result of the call

    oneOf
    boolean
    error object

    Error details

    code integer

    Error code

    message string

    Error message

Loading...