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

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.
    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...