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

A new version of this API is now available.

EBSI will stop supporting this maintenance version in the upcoming months. 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

Last updated on
POST 

/ledger/v3/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.
    oneOf
    jsonrpc stringrequired

    Possible values: [2.0]

    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 objectrequired

    Identifier established by the client

    oneOf
    number

Responses

JSON-RPC Response

Schema
    oneOf
  • Array [
  • oneOf
    jsonrpc stringrequired

    Possible values: [2.0]

    Must be exactly "2.0"

    id objectrequired

    Same identifier established by the client in the call

    oneOf
    number
    result objectrequired

    Result of the call

    oneOf
    boolean
  • ]
Loading...