Skip to content

Latest commit

 

History

History
26 lines (13 loc) · 455 Bytes

sidechainId.md

File metadata and controls

26 lines (13 loc) · 455 Bytes

< EON API Documentation

node/sidechainId

Returns info about the sidechain Id.

Parameters

No parameters

Example request

 curl -sX POST 'http://127.0.0.1:9085/node/sidechainId' -H 'Content-Type: application/json' -H 'accept: application/json' 

Example response

{
    "result" : {
        "sidechainId" : "1f758350754c12ac8f75a547f745b75eb744b382e15d0d3b0e24a4b5c5acde00"
    }
}